skillforge
agent
Uyari
Health Uyari
- License — License: MIT
- Description — Repository has a description
- Active repo — Last push 0 days ago
- Low visibility — Only 6 GitHub stars
Code Gecti
- Code scan — Scanned 4 files during light audit, no dangerous patterns found
Permissions Gecti
- Permissions — No dangerous permissions requested
Bu listing icin henuz AI raporu yok.
Daniyal's collection of Claude Code skills & agents, packaged as a plugin marketplace (system-design, adversarial-review, and more).
README.md
skillforge
Daniyal's collection of Claude Code skills and agents, packaged as a plugin marketplace.
Install
Add the marketplace once:
/plugin marketplace add daniyalahmed21/skillforge
Then install any plugin from it:
/plugin install system-design@skillforge
/plugin install adversarial-review@skillforge
/plugin install wiki-sync@skillforge
Plugins
| Plugin | What it does |
|---|---|
| system-design | Design or review backend/distributed systems end-to-end at a staff level, right-sized for actual scale. Ships designs as Eraser diagrams. See system-design/examples/url-shortener.md. |
| adversarial-review | Gate a staged diff through two independent adversarial reviewers before applying fixes. Bundles the adversarial-reviewer and fixer subagents. |
| wiki-sync | Generate and maintain a docs wiki for a repository, using git history to update only what changed since the last run. |
Layout
skillforge/
├── .claude-plugin/
│ └── marketplace.json # lists every plugin below
├── system-design/
│ ├── .claude-plugin/plugin.json
│ ├── skills/system-design/ # SKILL.md + references/
│ └── examples/ # sample design + rendered diagram
├── adversarial-review/
│ ├── .claude-plugin/plugin.json
│ ├── skills/adversarial-review/
│ └── agents/ # adversarial-reviewer.md, fixer.md
└── wiki-sync/
├── .claude-plugin/plugin.json
└── skills/wiki-sync/ # SKILL.md
Adding a new skill
- Create a new top-level folder
<name>/with.claude-plugin/plugin.json. - Put the skill under
<name>/skills/<name>/SKILL.md(and any agents under<name>/agents/). - Add an entry to
.claude-plugin/marketplace.json.
Yorumlar (0)
Yorum birakmak icin giris yap.
Yorum birakSonuc bulunamadi