By j5ik2o
Collection 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
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.
Own this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimOwn this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimBased on adoption, maintenance, documentation, and repository signals. Not a security audit or endorsement.
npx claudepluginhub j5ik2o/ai-tools --plugin agent-skillsTAKT piece engine skills for multi-agent orchestration. Includes analyzers, builders, and optimizers for TAKT piece YAML workflows.
Open collection of AI agent skills — reusable, framework-agnostic SKILL.md packages
Collection of agent skills
Create and validate production-grade agent skills with 100-point marketplace grading
Collection of example skills demonstrating various capabilities including skill creation, MCP building, visual design, algorithmic art, internal communications, web testing, artifact building, Slack GIFs, and theme styling
Professional skill and subagent creation with dual-mode workflow: 12-step fast mode and 15-step full mode with behavioral pressure testing and TDD integration.
Ultimate Claude Code skill creator. Design, scaffold, build, review, evolve, and publish production-grade AI agent skills following the Agent Skills open standard and 3-layer architecture.