Command Claude Code
Split staged changes into small semantic commits with conventional messages.
Command Claude Code
Split staged changes into small semantic commits with conventional messages.
Command Claude Code
Single entry point for project onboarding. Chains onboard → init-project → detect-roles, skipping completed phases.
Command Claude Code
Bootstrap or sync .claude/steering/ as persistent project memory.
Command Claude Code
Enable token efficiency mode — compress responses using symbols and abbreviations to reduce context usage by 30-50%.
Command Claude Code
Validate implementation against plan — run automated checks, surface manual items, generate report.
Command Claude Code
Run sequential /xia rounds against a ranked list of repos, distilling patterns into the current codebase one at a time.
Command Claude Code
Borrow and adapt patterns from GitHub projects into the current codebase.
Skill Claude CodeCodex
Iterative multi-model AGENTS.md refinement loop. Opus evaluates → patches → Codex evaluates → patches → Opus final polish. Supports root HLD mode and project LLD mode (references root).
Skill Claude CodeCodex
Turn any folder of files into a navigable knowledge graph with community detection, an honest audit trail, and three outputs: interactive HTML, GraphRAG-ready JSON, and a plain-language GRAPHREPORT.md.
Skill Claude CodeCodex
Generate or update .claude/handoff.md to capture current work state before leaving a machine. Invoke before ending a session when work will continue on a different PC.
Skill Claude CodeCodex
Convert a Reddit post URL to markdown. Use when user wants to read, summarize, archive, or analyze a Reddit post.
Skill Claude CodeCodex
Search, install, create, and evaluate AI agent skills from the SkillNet community registry (400k+ skills). Routes downloads to correct CLI directory (claude/codex/opencode).
Skill Claude CodeCodex
Translate books (PDF/DOCX/EPUB) into any language using parallel sub-agents. Converts input -> Markdown chunks -> translated chunks -> HTML/DOCX/EPUB/PDF.
Skill Claude CodeCodex
Convert an X (Twitter) post URL to markdown. Use when user wants to read, summarize, archive, or analyze a tweet or X post.
Skill Claude CodeCodex
Fast headless browser for fetching real web pages and scraping content. 9x less memory than Chrome, instant startup. Use instead of Playwright when you only need HTML content — no MCP overhead, pure CLI. Binary at /.local/bin/lightpanda.
Skill Claude CodeCodex
Browser automation via Playwright MCP through mcporter. Use when you need to navigate pages, extract data, take screenshots, interact with UI elements, or scrape web content. All tools called via mcporter to avoid context pollution.
Skill Claude CodeCodex
Pack local or remote repos into a single context blob for whole-repository understanding. Use before tasks spanning multiple directories, architecture reviews, or onboarding to an unfamiliar codebase.
Skill Claude CodeCodex
Structure cognitive analysis using sequential reasoning chains. Use for codebase analysis, pattern extraction, complex problem decomposition, and building mental models before implementation.
Skill Claude CodeCodex
Borrow and adapt patterns from GitHub projects into the current codebase using a structured 6-phase protocol. Invoke with /xia [focus].
Skill Claude CodeCodex
Auto-activate CCS CLI delegation for deterministic tasks. Parses user input, auto-selects optimal profile (glm/kimi/custom) from /.ccs/config.json, enhances prompts with context, executes via ccs {profile} -p "task" or ccs {profile}:continue, and reports results. Triggers on "use ccs [task]" patterns…