npx claudepluginhub j5ik2o/ai-toolsCollection of agent skills demonstrating various capabilities including skill creation, MCP building, visual design, algorithmic art, internal communications, web testing, artifact building, Slack GIFs, and theme styling
TAKT piece engine skills for multi-agent orchestration. Includes analyzers, builders, and optimizers for TAKT piece YAML workflows.
Claude Code marketplace entries for the plugin-safe Antigravity Awesome Skills library and its compatible editorial bundles.
Production-ready workflow orchestration with 80 focused plugins, 185 specialized agents, and 153 skills - optimized for granular installation and minimal token usage
Directory of popular Claude Code extensions including development tools, productivity plugins, and MCP integrations
Share bugs, ideas, or general feedback.
A marketplace repository for distributing AI agent skills for Claude Code and skill-directory-based CLIs such as Codex.
.claude-plugin/marketplace.jsonagent-skills and taktskills/ symlinks for tools that consume plain skill directories directly/plugin marketplace add j5ik2o/ai-tools
/plugin install agent-skills@ai-tools
/plugin install takt@ai-tools
npx skills add j5ik2o/ai-tools
| Plugin | Description | Key skills | Details |
|---|---|---|---|
agent-skills | Agent skills demonstrating skill creation, evaluation, and iterative improvement workflows | skill-forge | README |
takt | TAKT piece engine skills for multi-agent orchestration, analysis, building, and optimization | takt-task-builder, takt-piece-builder, takt-facet-builder, takt-analyzer, takt-optimizer, takt-skill-updater | README |
.claude-plugin/
└── marketplace.json
plugins/
├── agent-skills/
│ ├── README.md
│ └── skills/
│ └── skill-forge/
└── takt/
├── README.md
└── skills/
├── takt-analyzer/
├── takt-facet-builder/
├── takt-optimizer/
├── takt-piece-builder/
├── takt-skill-updater/
└── takt-task-builder/
skills/
├── skill-forge -> ../plugins/agent-skills/skills/skill-forge
├── takt-analyzer -> ../plugins/takt/skills/takt-analyzer
└── ...
template/
└── SKILL.md.template
template/SKILL.md.template to plugins/agent-skills/skills/<your-skill>/SKILL.mdname, description) and add instructionsskills/ if you want direct CLI consumption:
ln -s ../plugins/agent-skills/skills/<your-skill> skills/<your-skill>
.claude-plugin/marketplace.json if you are publishing a new plugin collectionSee each skill's directory for individual license information.