npx claudepluginhub irfanabduhu/rune --plugin fablesmithGenerate a fable or parable (500–2,000 words) in a specific author's style. Allegorical narrative that teaches through story.
Generate a full novel with chapters (40,000–80,000 words) in a specific author's literary style.
Generate a theatrical play with acts and scenes in a specific playwright's style.
Generate a novella (10,000–30,000 words) in a specific author's literary style.
Generate a single short story (1,000–5,000 words) in a specific author's literary style.
Generate a collection of 3–7 short stories around a shared theme, in a specific author's literary style.
Generate a poetry collection (10–20 poems) around a theme in a specific poet's style.
A collection of skill plugins for AI coding agents.
| Plugin | Description |
|---|---|
| fablesmith | Original fiction in any author's authentic voice |
| readweave | Long-form content distilled into presentations and reading guides |
| smolsmith | The markdown-only edition of fablesmith |
| smolweave | The markdown-only edition of readweave |
| codemonk | High-signal technical learning for curious professionals |
# Add marketplace (one-time)
claude plugin marketplace add irfanabduhu/rune
# Install individual plugins
claude plugin install fablesmith@irfanabduhu
claude plugin install readweave@irfanabduhu
claude plugin install smolsmith@irfanabduhu
claude plugin install smolweave@irfanabduhu
claude plugin install codemonk@irfanabduhu
These agents share the .agents/skills/ convention. Clone the repo and symlink the plugins you want:
git clone https://github.com/irfanabduhu/rune.git ~/.rune
# Symlink into your project
mkdir -p .agents/skills
ln -s ~/.rune/fablesmith .agents/skills/fablesmith
ln -s ~/.rune/readweave .agents/skills/readweave
ln -s ~/.rune/smolsmith .agents/skills/smolsmith
ln -s ~/.rune/smolweave .agents/skills/smolweave
ln -s ~/.rune/codemonk .agents/skills/codemonk
# Or install globally
mkdir -p ~/.agents/skills
ln -s ~/.rune/fablesmith ~/.agents/skills/fablesmith
ln -s ~/.rune/readweave ~/.agents/skills/readweave
ln -s ~/.rune/smolsmith ~/.agents/skills/smolsmith
ln -s ~/.rune/smolweave ~/.agents/skills/smolweave
ln -s ~/.rune/codemonk ~/.agents/skills/codemonk
Each plugin contains a SKILL.md with YAML frontmatter — the standard format these agents expect.
Copy the SKILL.md from each plugin into .cursor/rules/:
cp fablesmith/SKILL.md .cursor/rules/fablesmith.md
cp readweave/SKILL.md .cursor/rules/readweave.md
cp smolsmith/SKILL.md .cursor/rules/smolsmith.md
cp smolweave/SKILL.md .cursor/rules/smolweave.md
cp codemonk/SKILL.md .cursor/rules/codemonk.md
Copy into .windsurf/rules/:
cp fablesmith/SKILL.md .windsurf/rules/fablesmith.md
cp readweave/SKILL.md .windsurf/rules/readweave.md
cp smolsmith/SKILL.md .windsurf/rules/smolsmith.md
cp smolweave/SKILL.md .windsurf/rules/smolweave.md
cp codemonk/SKILL.md .windsurf/rules/codemonk.md
Copy into .clinerules/:
cp fablesmith/SKILL.md .clinerules/fablesmith.md
cp readweave/SKILL.md .clinerules/readweave.md
cp smolsmith/SKILL.md .clinerules/smolsmith.md
cp smolweave/SKILL.md .clinerules/smolweave.md
cp codemonk/SKILL.md .clinerules/codemonk.md
Copy into .github/instructions/:
mkdir -p .github/instructions
cp fablesmith/SKILL.md .github/instructions/fablesmith.instructions.md
cp readweave/SKILL.md .github/instructions/readweave.instructions.md
cp smolsmith/SKILL.md .github/instructions/smolsmith.instructions.md
cp smolweave/SKILL.md .github/instructions/smolweave.instructions.md
cp codemonk/SKILL.md .github/instructions/codemonk.instructions.md
Copy into .amazonq/rules/:
mkdir -p .amazonq/rules
cp fablesmith/SKILL.md .amazonq/rules/fablesmith.md
cp readweave/SKILL.md .amazonq/rules/readweave.md
cp smolsmith/SKILL.md .amazonq/rules/smolsmith.md
cp smolweave/SKILL.md .amazonq/rules/smolweave.md
cp codemonk/SKILL.md .amazonq/rules/codemonk.md
Load as read-only context:
aider --read fablesmith/SKILL.md --read readweave/SKILL.md --read smolsmith/SKILL.md --read smolweave/SKILL.md --read codemonk/SKILL.md
Or add to .aider.conf.yml:
read:
- fablesmith/SKILL.md
- readweave/SKILL.md
- smolsmith/SKILL.md
- smolweave/SKILL.md
- codemonk/SKILL.md
Note: Only Claude Code, OpenCode, Pi, and Codex CLI support invocable slash commands. The other agents will use the skill files as passive context/instructions.
The most comprehensive Claude Code plugin — 38 agents, 156 skills, 72 legacy command shims, selective install profiles, and production-ready hooks for TDD, security scanning, code review, and continuous learning
Comprehensive skill pack with 66 specialized skills for full-stack developers: 12 language experts (Python, TypeScript, Go, Rust, C++, Swift, Kotlin, C#, PHP, Java, SQL, JavaScript), 10 backend frameworks, 6 frontend/mobile, plus infrastructure, DevOps, security, and testing. Features progressive disclosure architecture for 50% faster loading.
Complete collection of battle-tested Claude Code configs from an Anthropic hackathon winner - agents, skills, hooks, rules, and legacy command shims evolved over 10+ months of intensive daily use
Comprehensive .NET development skills for modern C#, ASP.NET, MAUI, Blazor, Aspire, EF Core, Native AOT, testing, security, performance optimization, CI/CD, and cloud-native applications
Next.js development expertise with skills for App Router, Server Components, Route Handlers, Server Actions, and authentication patterns
Claude + Google Stitch workflow toolkit with MCP integration (prompt authoring, screen generation, design extraction)