/self-extension-workflow
Apply when executing the self-extension workflow. Six steps from a mistake to a merged rule, with CI gates and CODEOWNERS approval.
$ npx -y skills add sordi-ai/skill-everything --skill self-extension-workflow --agent claude-codeHow it fires
How this skill gets triggered: by you, by Claude, or both.
- Fires itselfAuto-invocation. Claude auto-loads it when your prompt matches the work.
- You can call itInvoke it directly when you want it.
- Slash command
/self-extension-workflow
Context preview
The summary Claude sees to decide when to auto-load this skill.
Apply when executing the self-extension workflow. Six steps from a mistake to a merged rule, with CI gates and CODEOWNERS approval.
Git-versioned agent memory: agents that never make the same mistake twice. Anthropic-Skill folder standard, multi-runtime (Claude Code, Cursor, Gemini CLI, OpenCode).
Repo: sordi-ai/skill-everything
Other skills on skill-everything.
- /brainstorming
Apply when generating ideas, exploring solution space, or facilitating divergent thinking before committing to an approach.
Open skill - /branch-finishing
Apply when closing out a feature branch โ pre-merge checklist, rebase, CI verification, cleanup, and post-merge steps.
Open skill - /code-quality
Apply when writing or refactoring code. Generic rules to prevent the most common review comments โ function length, naming, error handling, security, and tooling.
Open skill - /db-schema
Apply when designing database schemas, writing migrations, or reviewing table structure. Covers naming, keys, indexes, constraints, nullability, and migration safety.
Open skill - /debugging
Apply when diagnosing a bug, reproducing a failure, or performing root cause analysis. Covers systematic isolation, binary search, logging strategy, and hypothesis-driven investigation.
Open skill - /docker
Apply when writing or reviewing Dockerfiles, docker compose files, or container build pipelines. Covers layer caching, multi-stage builds, security hardening, and compose conventions.
Open skill

