anilcancakir

127 mods across 7 repositories, 48 stars between them.

anilcancakir/claude-code

Agent

6-stage post-implementation reviewer for plans of complex complexity. Reads the plan file path plus modified-files list, runs Stages 1-4 identical to ac:plan-code-review (compliance L1/L2/L3 + spec + quality + simplify) then Stage 5 cross-layer integration (integration trace across module boundaries + caller impact…

3 13d ago A 155 tokens original MIT

plan-code-review

74

anilcancakir/claude-code

Agent

4-stage post-implementation reviewer for plans of standard complexity. Reads the plan file path plus the modified-files list passed in the prompt, verifies the implementation against plan claims. Stage 1 compliance (L1 Exists / L2 Substantive / L3 Wired + Must NOT Have + Scope Fidelity, gates everything), Stage 2 spec…

3 13d ago A 169 tokens original MIT

plan-reviewer-deep

75

anilcancakir/claude-code

Agent

Adversarial independent reviewer for plans of complex complexity. Two-pass: Pass 1 runs the same four blocker checks as ac:plan-reviewer, Pass 2 stress-tests the plan along eight adversarial dimensions (deep reference verification, executability stress-test, cross-task dependency analysis, tier challenge, QA…

3 13d ago A 176 tokens original MIT

plan-reviewer

76

anilcancakir/claude-code

Agent

Independent second-eye reviewer for plans of standard complexity. Reads a .ac/plans/ /plan.md path as the sole prompt, verifies reference validity, executability, internal consistency, and tier fitness. Returns [OKAY] or [REJECT] with up to a step-scaled cap of blocking issues, plus an uncapped Non-blocking…

3 13d ago A 124 tokens original MIT

anilcancakir/claude-code

Agent

Plan step executor for junior-high tier steps: junior-shaped work that sits at the borderline of coupling or context depth, or that codebase state escalated. Same capabilities and same reporting contract as ac:plan-worker-junior, run at high effort instead of medium, so a planner facing borderline work has somewhere…

3 13d ago A 177 tokens original MIT

plan-worker-junior

78

anilcancakir/claude-code

Agent

Standard plan step executor for junior tier steps. The default worker tier: 1-3 file changes, business logic, pattern application, refactor-with-pattern, framework idiom application. Reads broader context than quick (callers, tests, imports), applies the step Description in the codebase's style, runs full verification…

3 13d ago A 141 tokens copy · 88% MIT

plan-worker-quick

79

anilcancakir/claude-code

Agent

Mechanical plan step executor for quick tier steps. Single-file or near-single-file changes that do not require surrounding-code understanding. Config edits, renames, scaffold work, single-line fixes, doc-block additions. Reads exactly the files the briefing names, applies the precise change, runs the verification…

3 13d ago A 122 tokens original MIT

plan-worker-senior

80

anilcancakir/claude-code

Agent

Senior plan step executor for senior tier steps. Cross-layer changes, architecture, migration, complex edge cases, self-verification needs. Receives high-level intent and architectural constraint from the briefing, designs the solution within those constraints. Reads broadly (multiple modules, callers, tests, type…

3 13d ago A 119 tokens original MIT

commit

81

anilcancakir/claude-code

Command

Commit current changes as atomic commits via the ac:git-master skill. Detects the repo's commit style from the last 30 commits, splits multi-file changes into multiple commits (3+ files require 2+ commits, 5+ require 3+, 10+ require 5+), keeps test files paired with their implementation, and pushes when an upstream…

3 13d ago A 130 tokens original MIT

init-project

82

anilcancakir/claude-code

Command

Deep project-initialization command. Phase 0 parses arguments, scopes the gap-fill interview, and runs the gitignore guard for CLAUDE.local.md. Phase 1 spawns four parallel ac:explore agents across manifest plus build, languages plus frameworks, conventions plus style, and existing agent infra (AGENTS.md…

3 13d ago A 275 tokens original MIT

install

83

anilcancakir/claude-code

Command

Interactive post-install setup for the ac plugin. Phase 0 parses flags (--dry-run, --skip-skills, --skip-settings, --skip-claude-md), detects the OS, the presence of the my-coding and my-language user skills, the global CLAUDE.md and settings.json, and probes ac MCP reachability. Phases 1 and 2 run short interviews…

3 13d ago D 293 tokens original MIT

SessionStart

84

anilcancakir/claude-code

Hook

Runs when a session starts on startup, resume and compact, executing session-start-plan-state.sh. From anilcancakir/claude-code.

3 13d ago A tokens not measured copy · 73% MIT

Stop

85

anilcancakir/claude-code

Hook

Runs when the agent finishes a response, executing stop-guard.sh. From anilcancakir/claude-code.

3 13d ago A tokens not measured copy · 88% MIT

PreToolUse

86

anilcancakir/claude-code

Hook

Runs before the agent uses a tool for Edit, Write, MultiEdit, EnterPlanMode and ExitPlanMode tool calls, executing pretooluse-file-scope.sh and pretooluse-plan-mode-block.sh (2 commands). From anilcancakir/claude-code.

3 13d ago A tokens not measured original MIT

agent-creator

87

anilcancakir/claude-code

Skill Claude CodeCodex

Authors and audits Claude Code subagents, covering tool allowlist or denylist, model and effort, permissionMode, persistent memory, skills: preload, isolation worktrees, and the five-section system-prompt body. Use when a subagent is being designed or fixed, or when recurring work should move into a fresh isolated…

3 13d ago A 146 tokens original MIT

anilcancakir/claude-code

Skill Claude CodeCodex

Authors and audits CLAUDE.md, CLAUDE.local.md, and .claude/rules/.md, covering the four scopes (managed, user-global, project-team, project-personal), paths: for path-scoped rules, @path imports, splitting an oversized file, and debugging instructions the model ignores. Use when standing instructions are being written…

3 13d ago A 162 tokens original MIT

command-creator

89

anilcancakir/claude-code

Skill Claude CodeCodex

Authors and audits Claude Code slash commands, covering argument design (full-argument, positional, and named forms), shell injection for live context, phase-structured bodies, approval gates before side effects, and the flat-file versus skill-directory choice. Use when a /name command is being built or fixed.…

3 13d ago A 152 tokens original MIT

execute

90

anilcancakir/claude-code

Skill Claude CodeCodex

Executor for plans approved by /ac:plan. Runs entirely on the main thread (Opus 5) with an auto-continue policy of wave-by-wave looping until the plan is complete, no schedule/wakeup polling. Spawns tier-routed worker subagents (ac:plan-worker-quick → haiku, ac:plan-worker-junior → sonnet, ac:plan-worker-senior →…

3 13d ago A 196 tokens original MIT

git-master

91

anilcancakir/claude-code

Skill Claude CodeCodex

Git expert - atomic commits with style detection, rebase/squash, and history archaeology (blame, bisect, pickaxe). Use for git operations.

3 13d ago A 36 tokens original MIT

plan

92

anilcancakir/claude-code

Skill Claude CodeCodex

Interactive planner for Claude Code main thread (Opus 5). Spawns parallel research via ac:explore, ac:librarian, optionally ac:oracle. Reads referenced files itself. Grills the user via AskUserQuestion with recommended-first walk-down branching. Audits the plan for reuse, quality, and efficiency before writing. Writes…

3 13d ago A 223 tokens original MIT

prompt-writer

93

anilcancakir/claude-code

Skill Claude CodeCodex

Writes high-signal prompts for Claude Opus 5 (system prompts, subagent briefings, skill bodies, command bodies, agent bodies, CLAUDE.md files, .claude/rules/.md) and audits existing ones. Use whenever instructions are being authored or edited for any Claude to execute, even when the user does not say the word…

3 13d ago C 179 tokens original MIT

skill-creator

94

anilcancakir/claude-code

Skill Claude CodeCodex

Authors and audits Claude Code skills, covering SKILL.md frontmatter, directory layout, scope (project, user, plugin, managed), invocation control, and bundled references/ or scripts/. Use when a skill is being written or edited, when a recurring playbook is being captured, when allowed-tools or paths: need choosing…

3 13d ago A 156 tokens original MIT

skillsmp-mcp-server

95

anilcancakir/skillsmp-mcp-server

MCP server Claude CodeCodexCursor +2

MCP server for SkillsMP - Search, discover, and install AI coding skills. Runs locally from the skillsmp-mcp-server npm package.

3 7mo ago A tokens not measured original MIT

ac

96

anilcancakir/claude-code-plugin

Plugin Claude Code

Multi-plugin marketplace — structured development partner, git mastery, GitHub CLI, and frontend design skills for Claude Code.

2 4mo ago A tokens not measured original MIT