By tanishq286
An autonomous skill + agent factory for Claude Code. Forge new slash-command skills and 5-file agents from a one-line intent, score them for structural quality, and promote them into production — all from inside Claude Code.
Force-agent mode — bypass /tq-forge's auto-classification and scaffold a 5-file agent in the sandbox. Picks a base template (researcher, coder, business-analyst, ops-manager, scraper, reviewer, sales-agent, custom) and injects your domain context from $TQ_FORGE_HOME/context.md. Use when asked for "/tq-forge-agent", "make an agent that...", or "scaffold an agent".
List every forged agent across the sandbox and production with kind, current quality score, hand_off_to wiring, and a one-line capability summary. Read-only. Use when asked for "/tq-forge-agents", "show agents", "list my agents", or "what does this agent do".
Scan every forged skill and agent for scores below 7, then improve each one in priority order (lowest first). Runs assess -> rewrite -> verify per artifact, stopping if the halt flag appears or the user interrupts. Use when asked for "/tq-forge-improve-all", "improve everything", "fix all weak skills", or "bulk improve".
Re-score a forged skill or agent, identify weak dimensions, rewrite only those sections, then verify the score improved to >=7. One targeted pass; if still <7 after the rewrite, flags it for manual review. Use when asked for "/tq-forge-improve", "improve a skill", "fix a weak skill", or "this skill scored low".
List every forged skill and agent (sandbox + promoted) with quality scores color-coded green/yellow/red. Reads $TQ_FORGE_HOME/sandbox and skill-log.json. Use when asked for "/tq-forge-list", "show forged skills", "what's in the sandbox", or "which skills have I forged".
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.
An autonomous skill + agent factory for Claude Code.
Forge new slash-command skills and multi-file agents from a one-line intent — scored, sandboxed, and promoted into production without leaving your terminal.
Claude Code lets you define skills (/your-command) and agents (personas
with their own system prompt). Writing good ones by hand is fiddly: you have to
remember the file shape, the frontmatter, the section structure, and you have no
feedback on whether what you wrote is any good.
tq-forge turns that into a one-liner. You describe what you want; it decides whether you need a skill or an agent, writes it to a sandbox, scores it on structural quality (0–10), and only lets you promote it once it passes. It's a small, opinionated factory for your own Claude Code toolkit.
You: /tq-forge a skill that summarizes my open GitHub PRs every morning
→ classified: skill
→ slug: github-pr-digest
→ written to ~/.tq-forge/sandbox/forged-skills/github-pr-digest/
🟢 skill github-pr-digest: 8.5/10 (excellent)
clarity 9 █████████░
actionability 9 █████████░
completeness 9 █████████░
specificity 7 ███████░░░
→ Next: /tq-forge-promote github-pr-digest
~/.tq-forge/sandbox/.
You review and score before a single file touches your live skills dir.{{CONTEXT}} slot for your own domain./tq-forge-improve rewrites only the weak sections;
/tq-forge-scan finds workflows you keep doing by hand that should be skills.Most ways to make a Claude Code skill are either blank-page guesswork or a one-shot LLM generation you can't measure. tq-forge puts a deterministic quality gate between "generated" and "live."
| Hand-writing | Ask Claude inline | tq-forge | |
|---|---|---|---|
| Scaffolds the correct file shape | ✗ | partial | ✓ |
| Scores structural quality (0–10) | ✗ | ✗ | ✓ |
| Cost to score an artifact | — | tokens | 0 tokens (static Python) |
| Same input → same score | — | ✗ | ✓ deterministic |
| Sandbox before it touches live skills | ✗ | ✗ | ✓ mandatory |
| Re-score gate on promote (≥ 7/10) | ✗ | ✗ | ✓ |
| Rewrites only the weak sections | ✗ | partial | ✓ |
| Flags workflows you should turn into skills | ✗ | ✗ | ✓ |
The thing nothing else here ships is the token-free deterministic scorer:
every artifact gets the same 0–10 structural read, every time, for free — and
nothing reaches ~/.claude/skills/ until a re-score passes the gate.
It scores structure, not correctness — it catches missing sections and vagueness, not logic bugs. Always read what you promote.
npx tq-forge install
One command. It copies the 13 skills into ~/.claude/skills/, drops the support
scripts in ~/.tq-forge/install/, seeds your state home, and checks for
bash/python3. Restart Claude Code and you're done.
npx tq-forge doctor # check the install + deps
npx tq-forge uninstall # remove skills (keeps your forged data)
/plugin marketplace add tanishq286/tq-forge
/plugin install tq-forge@tq-forge
Restart Claude Code (or reload skills) and verify with /tq-forge-status.
npx claudepluginhub tanishq286/tq-forge --plugin tq-forgeComprehensive 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.
Comprehensive feature development workflow with specialized agents for codebase exploration, architecture design, and quality review
Tools to maintain and improve CLAUDE.md files - audit quality, capture session learnings, and keep project memory current.
Develop, test, build, and deploy Godot 4.x games with Claude Code. Includes GdUnit4 testing, web/desktop exports, CI/CD pipelines, and deployment to Vercel/GitHub Pages/itch.io.
Reliable automation, in-depth debugging, and performance analysis in Chrome using Chrome DevTools and Puppeteer
A growing collection of Claude-compatible academic workflow bundles. Covers scientific figures, manuscript writing and polishing, reviewer assessment, citation retrieval, data availability, paper reading, literature search, response letters, paper-to-PPTX conversion, and evidence-grounded Chinese invention patent drafting. Rules are organized as reusable skill folders with explicit workflows and quality checks.