All authors
anilcancakir avatar

Claude Skills by anilcancakir

github.com/anilcancakir
7 skillsA× 70 installs3 views
Agent CreatorA

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 context. Triggers on "create a subagent", "write a new agent", "tool restrictions for an agent", "agent system prompt", "agent memory", "fix this agent". Use even when the u...

ai-agentsrustgo
0
3
Claude Md Rules CreatorA

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 or fixed. Triggers on "add to CLAUDE.md", "write a rule", "init memory", "global instructions", "team conventions", "project memory", "rules file", or a complaint that Cl...

ai-agentstypescriptrust
0
3
Command CreatorA

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. Triggers on "create a slash command", "build a /command", "add a plugin command", "shell injection in a command", "argument design", "fix this command". Use even when the user never s...

ai-agentsrustgo
0
3
ReferencesA

Claude Code merged custom commands into the skill system: a file at `.claude/commands/<name>.md` and a skill at `.claude/skills/<name>/SKILL.md` both produce the same `/name` slash command and route through the same loader. The distinction is one of file shape and intended use, not runtime mechanics. Read this when deciding which storage format to use for a new command. Source of truth: [Anthropic skills docs](https://code.claude.com/docs/en/skills.md), `loadSkillsDir.ts` and `utils/markdownC...

ai-agentsgoshell
0
3
Git MasterA

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

ai-agentsgobash
0
3
Prompt WriterA

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 "prompt". Triggers on "write a system prompt", "brief a subagent", "draft an agent body", "skill content", "command body", "CLAUDE.md", "rules file", "audit this prompt", "improve this ...

ai-agentstypescriptrust
0
3
Skill CreatorA

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, or when a skill fails to fire. Triggers on "create a skill", "write a SKILL.md", "turn this into a skill", "package this workflow", "skill not triggering", "skillify". ...

ai-agentspythonrust
0
3