Lists all five skills (skill-author, skill-audit, agent-author, pc-author, pc-run) so the plugin README is self-documenting after the pc-author and pc-run additions. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01P87CiC58Ru2PPWYTeXtjHT
53 lines
1.4 KiB
Markdown
53 lines
1.4 KiB
Markdown
# kyberforge
|
|
|
|
Skills and agents for creating, maintaining, and managing a Claude Code / Copilot CLI plugin marketplace.
|
|
|
|
## Install
|
|
|
|
**Claude Code:**
|
|
|
|
```bash
|
|
claude plugin marketplace add <owner>/<repo>
|
|
claude plugin install kyberforge@<marketplace-name>
|
|
```
|
|
|
|
**GitHub Copilot CLI:**
|
|
|
|
```bash
|
|
copilot plugin marketplace add <owner>/<repo>
|
|
copilot plugin install kyberforge
|
|
```
|
|
|
|
**Local (development):**
|
|
|
|
```bash
|
|
# 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 |
|
|
|
|
## Skills
|
|
|
|
| Skill | Description |
|
|
|---|---|
|
|
| `skill-author` | Create or improve a skill from scratch, audit findings, or inline feedback |
|
|
| `skill-audit` | Audit a skill directory against the agentskills.io spec and produce a findings report |
|
|
| `agent-author` | Author an agent definition file |
|
|
| `pc-author` | Create, add, remove, and configure `.pre-commit-config.yaml` |
|
|
| `pc-run` | Install, run, autoupdate, and maintain the pre-commit setup |
|
|
|
|
## Author
|
|
|
|
Defame1297
|