anilcancakir/claude-code-plugin
Instructions file
Instructions for anilcancakir/claude-code-plugin, covering claude.md, mission, architecture, commands (ac plugin) and skills & mcp.
anilcancakir/claude-code-plugin
Instructions file
Instructions for anilcancakir/claude-code-plugin, covering claude.md, mission, architecture, commands (ac plugin) and skills & mcp.
anilcancakir/claude-code-plugin
Plugin Claude Code
Main-agent planning trio (/ac:plan, /ac:execute, /ac:wisdom) with autonomous execution mode plus setup, init, commit commands and skill, agent, command, rule, CLAUDE.md creator skills. Two hooks back the workflow: SessionStart for twin-skill and resume, PreCompact for state preservation.
anilcancakir/claude-code-plugin
Command
Smart commit — preflight checks, convention detection, atomic commits. Delegates to git-master when available.
anilcancakir/claude-code-plugin
Command
Execute an approved plan end-to-end in the main agent. Auto-fix non-architectural deviations, ask on Rule 4. Per-task atomic commits via /ac:commit, Nyquist verify gate with one debug retry.
anilcancakir/claude-code-plugin
Command
Generate or enhance project CLAUDE.md — auto-discovers codebase, interviews developer, preserves custom sections.
anilcancakir/claude-code-plugin
Command
Auto-generate .claude/rules/ — path-scoped coding conventions from project analysis. Re-run after codebase changes to update rules while preserving manually added conventions.
anilcancakir/claude-code-plugin
Command
Interview-driven planning. Writes .ac/plans/ .md or /phase-N.md. Pair-planning loop, intent-branching, clearance gate, Nyquist verify rule. On approval, chains directly into /ac:execute (interactive or --auto autonomous). Main-agent only.
anilcancakir/claude-code-plugin
Command
Interactive coding style analyzer — scans existing projects, interviews the developer, generates a personalized my-coding skill.
anilcancakir/claude-code-plugin
Command
Generate global CLAUDE.md — interviews developer, detects skills/MCP, produces lightweight orchestration config for every CC session.
anilcancakir/claude-code-plugin
Command
Interactive writing style analyzer — scans existing content, interviews developer, generates my-language skill.
anilcancakir/claude-code-plugin
Command
Generate SUMMARY and open-questions artifacts for an executed plan. Auto-invoked by /ac:execute at completion, callable standalone for post-hoc analysis or re-summarization.
anilcancakir/claude-code-plugin
Hook
Runs when a session starts, executing session-start.mjs via node. From anilcancakir/claude-code-plugin.
anilcancakir/claude-code-plugin
Hook
Runs before the context is compacted, executing pre-compact.mjs via node. From anilcancakir/claude-code-plugin.
anilcancakir/claude-code-plugin
Skill Claude CodeCodex
Create Claude Code agents with optimal structure and output contracts. Use when building subagents, advisory agents, or execution workers for Claude Code plugins.
anilcancakir/claude-code-plugin
Skill Claude CodeCodex
Write CC-optimal CLAUDE.md and CLAUDE.local.md files. Use when creating, reviewing, or improving any CLAUDE.md — global, project-level, or local. Covers section authoring, compression, dedup boundaries, and quality scoring.
anilcancakir/claude-code-plugin
Skill Claude CodeCodex
Create Claude Code commands with phase-based structure and agent delegation. Use when building /plugin:command slash commands for Claude Code plugins.
anilcancakir/claude-code-plugin
Skill Claude CodeCodex
Write CC-optimal prompts for skills, agents, commands, and rules. Use when creating or improving any Claude Code extension component, or when writing prompts that need to align with how CC models process instructions.
anilcancakir/claude-code-plugin
Skill Claude CodeCodex
Create path-scoped .claude/rules/ for Claude Code projects. Use when adding coding conventions, framework patterns, or domain-specific rules that auto-inject when matching files are touched.
anilcancakir/claude-code-plugin
Skill Claude CodeCodex
Create Claude Code skills with progressive disclosure architecture. Use when building reusable workflow skills, domain-specific skills, or optimizing existing skills for Claude Code plugins.
anilcancakir/claude-code-plugin
Plugin Claude Code
Dart/Flutter language server — go-to-definition, find references, hover, and real-time diagnostics for Claude Code.
anilcancakir/claude-code-plugin
Plugin Claude Code
Frontend design skill — production-grade UI for web and mobile with design systems, visual hierarchy, and distinctive aesthetics.
anilcancakir/claude-code-plugin
Skill Claude CodeCodex
Production-grade UI for web and mobile — design systems, visual hierarchy, distinctive aesthetics. Use for frontend implementation and design decisions.
anilcancakir/claude-code-plugin
Plugin Claude Code
Git expert skill — atomic commits, interactive rebase, and history archaeology for Claude Code.
anilcancakir/claude-code-plugin
Skill Claude CodeCodex
Git expert — atomic commits with style detection, rebase/squash, and history archaeology (blame, bisect, pickaxe). Use for git operations.