- skill-audit: remove contradictory skip clause in Step 2 (binary only) - skill-improve: drop redundant "Fix the root" heading; keep specific directive - skill-write: add section-rename guidance to body discipline step - template SKILL.md: make Instructions heading an explicit FILL IN placeholder - template README.md: remove "Invoke via your agent tool:" prefix to match convention Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
kyberforge
Skills and agents for creating, maintaining, and managing a Claude Code / Copilot CLI plugin marketplace.
Install
Claude Code:
claude plugin marketplace add <owner>/<repo>
claude plugin install kyberforge@<marketplace-name>
GitHub Copilot CLI:
copilot plugin marketplace add <owner>/<repo>
copilot plugin install kyberforge
Local (development):
# Claude Code
claude --plugin-dir ./plugins/kyberforge
# GitHub Copilot CLI
copilot plugin install ./plugins/kyberforge
Contents
| Component | Path | Description |
|---|---|---|
| Skills | skills/ |
Slash commands available after install |
| Agents | agents/ |
Role-based agents (.md for Claude, .agent.md for Copilot) |
| Hooks | hooks/hooks.json (Claude) / hooks.json (Copilot) |
Event-triggered automation |
| MCP servers | .mcp.json |
Model Context Protocol server definitions |
Author
Defame1297