focused-fix
Deep-dive feature repair — systematically fix an entire feature/module across all its files and dependencies. Usage: /focused-fix <feature-path>
Bootstrap a fresh LLM Wiki vault with the three-layer structure, schema files, and starter templates. Usage /wiki-init <path> --topic "<topic>" [--tool all|claude-code|codex|cursor|antigravity]
$ npx -y skills add alirezarezvani/claude-skills --agent claude-codeHow it fires
How this command gets triggered: by you, by Claude, or both.
/wiki-initContext preview
What this command does when you run it.
Bootstrap a fresh LLM Wiki vault with the three-layer structure, schema files, and starter templates. Usage /wiki-init <path> --topic "<topic>" [--tool all|claude-code|codex|cursor|antigravity]
name: wiki-init description: Bootstrap a fresh LLM Wiki vault with the three-layer structure, schema files, and starter templates. Usage /wiki-init <path> --topic "<topic>" [--tool all|claude-code|codex|cursor|antigravity]
<!-- canonical copy: engineering/llm-wiki/commands/wiki-init.md — keep in sync -->
Bootstrap a new LLM Wiki vault. Creates `raw/`, `wiki/{entities,concepts,sources,comparisons,synthesis}`, the index and log, and installs the schema file(s) for your LLM CLI of choice.
/wiki-init <path> --topic "<one-line topic>" /wiki-init <path> --topic "<topic>" --tool <claude-code|codex|cursor|antigravity|opencode|gemini-cli|all> /wiki-init <path> --topic "<topic>" --force # overwrite non-empty dir
/wiki-init ~/vaults/research --topic "LLM interpretability" /wiki-init ./book-wiki --topic "The Power Broker — Robert Caro" --tool all /wiki-init ~/vaults/founders --topic "SaaS founder playbook" --tool codex
<path>/ ├── raw/ │ └── assets/ ├── wiki/ │ ├── index.md # from template │ ├── log.md # from template │ ├── entities/ │ ├── concepts/ │ ├── sources/ │ ├── comparisons/ │ ├── synthesis/ │ └── .templates/ # page templates for reference ├── CLAUDE.md # if --tool claude-code or all ├── AGENTS.md # if --tool codex|cursor|antigravity|opencode|gemini-cli|all ├── .cursorrules # if --tool cursor or all └── .gitignore
After init: 1. Open the vault in Obsidian 2. Drop a source into `raw/` 3. Run `/wiki-ingest raw/<your-file>`
→ `engineering/llm-wiki/skills/llm-wiki/SKILL.md`
388 production-ready Claude Code skills, plugins, and agent skills for 13 AI coding tools. The most comprehensive open-source library of Claude Code skills and agent plugins — also works with OpenAI Codex, Gemini CLI, Cursor, and 9 more coding agents.
Repo: alirezarezvani/claude-skills
Deep-dive feature repair — systematically fix an entire feature/module across all its files and dependencies. Usage: /focused-fix <feature-path>
Clean up merged branches locally and on remote, keeping only main, dev, and gh-pages.
Stage, commit, and push the current branch following git governance rules.
Comprehensive audit pipeline for skills, plugins, agents, and commands. Validates structure, quality, security, marketplace compliance, cross-platform…