tanishq286
User๐จ Autonomous skill + agent factory for Claude Code โ forge, score, and promote slash-command skills and agents from a one-line intent.
Categories
Indexed Skills (14)
github-pr-digest
Summarize your open GitHub pull requests into a single morning digest โ grouped by repo, flagged by staleness and review state. Use when asked for "/github-pr-digest", "my PR digest", "what PRs are waiting on me", or "open PR summary".
tq-forge-agent
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".
tq-forge-agents
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".
tq-forge-improve-all
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".
tq-forge-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".
tq-forge-list
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".
tq-forge-promote
Promote a sandboxed forged skill or agent from $TQ_FORGE_HOME/sandbox/ into production at $CLAUDE_SKILLS_DIR, re-scoring first and refusing anything below 7/10 or failing dry-test. Use when asked for "/tq-forge-promote", "ship the skill", "install the agent", or "move from sandbox to production".
tq-forge-queue
Show queued forge work โ intents deferred while the halt flag was set, plus items flagged "needs_manual_review" because their score stayed below 7 after a refine attempt. Lets you remove, reorder, or run the next item. Use when asked for "/tq-forge-queue", "what's queued", "show pending forges", or "process the queue".
tq-forge-resume
Resume forge work after a pause: clear the halt flag (with confirmation) and drain any queued intents. Use when asked for "/tq-forge-resume", "resume forge", "process the forge queue", or "unpause the forge".
tq-forge-scan
Scan every installed skill and detect coverage gaps โ workflows you keep doing by hand that don't have a skill yet. Builds a coverage map from skill descriptions and recommends forge candidates. Use when asked for "/tq-forge-scan", "find skill gaps", "what's missing", or "scan for forge candidates".
tq-forge-skill
Force-skill mode โ bypass /tq-forge's auto-classification and scaffold a skill directly. Same sandbox + scoring + log path. Use when asked for "/tq-forge-skill", "make a skill that...", "scaffold a skill", or when /tq-forge classified something as an agent but you wanted a skill.
tq-forge-status
Show the forge state at a glance: how many skills/agents are forged, what's in the queue, what needs manual review, and whether the halt flag is set. Use when asked for "/tq-forge-status", "forge status", "what's queued", or "where's the forge at".
tq-forge-test
Re-run dry-test + quality-score on an existing forged skill or agent without rewriting it. Useful after a manual edit, or to verify a flagged "needs_manual_review" item now passes. Use when asked for "/tq-forge-test", "re-test the skill", "score it again", or "is this still passing".
tq-forge
Autonomous skill + agent factory for Claude Code. Given a one-line intent, decides whether to scaffold a new skill or a 5-file agent, writes it to the sandbox at $TQ_FORGE_HOME/sandbox/, scores it for structural quality, and queues it for /tq-forge-promote. Use when asked for "/tq-forge", "forge a skill", "build me an agent for X", or "make a skill that Y".
Bio shown is the top-scored skill's repo description as a fallback โ real GitHub bios land in a future update.