Skip to content

anilcancakir/claude-code-plugin

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

161 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ac Plugin Marketplace

Claude Code plugins for structured development workflows.

Plugins

Plugin Description
ac Structured development partner — plans before coding, parallel execution with model routing, specialized agents, QA testing
github-cli GitHub CLI skill — issues, PRs, releases, actions, gh api
git-master Git expert — atomic commits, rebase, history archaeology
github-actions GitHub Actions workflow generator — CI/CD, releases, Docker, security hardening
frontend-design Frontend design — design systems, visual hierarchy, mobile patterns
dart-lsp Dart/Flutter language server — definitions, references, diagnostics
json-lsp JSON language server — schema validation, hover
yaml-lsp YAML language server — schema validation, diagnostics
markdown-lsp Markdown language server — link navigation, document symbols

Install

claude plugin add anilcancakir/claude-code-plugin

Update

claude plugin update anilcancakir/claude-code-plugin

After updating, sync your config:

/ac:setup-global-claude-md update

Setup auto-configures ~/.claude/settings.json — blocks CC native tools (WebSearch, WebFetch) and agents (Explore, Plan) in favor of ac's own agents. Requires KODIZM_MCP_TOKEN env var for the bundled kodizm MCP — get your token at kodizm.com.

Structure

├── .claude-plugin/
│   └── marketplace.json      # Plugin catalog
├── plugins/
│   ├── ac/                   # Main plugin — 15 agents, 12 commands
│   ├── github-cli/           # GitHub CLI skill
│   ├── github-actions/       # GitHub Actions workflow generator
│   ├── git-master/           # Git expert skill
│   ├── frontend-design/      # Frontend design skill
│   ├── dart-lsp/             # Dart/Flutter LSP
│   ├── json-lsp/             # JSON LSP
│   ├── yaml-lsp/             # YAML LSP
│   └── markdown-lsp/         # Markdown LSP
└── README.md

Adding a Plugin

plugins/your-plugin/
├── .claude-plugin/
│   └── plugin.json           # name, description, author
├── commands/                 # Optional: slash commands
├── agents/                   # Optional: agent definitions
├── skills/                   # Optional: skill definitions
└── README.md

Add entry in .claude-plugin/marketplace.json:

{
  "name": "your-plugin",
  "description": "What it does",
  "source": "./plugins/your-plugin",
  "category": "productivity"
}

License

MIT

About

A structured development partner for Claude Code — learns your style, plans before coding, investigates bugs with Opus, and delegates to specialized agents. Opus-quality decisions at Sonnet-level costs.

Topics

Resources

License

Stars

Watchers

Forks

Contributors