← All creators

chrono-code

User

Forge your Claude Code projects — pass them through, they come out faster.

25 indexed · 0 Featured · 2 stars · avg score 74
Prolific

Categories

Indexed Skills (25)

AI & Automation Listed

deliberation

Multi-perspective synthesis structure — Innovator (propose) → Devil-Advocate (challenge) → Mediator (synthesize) 3-layer execution. Outputs conditional verdicts without binary win/loss. Activates on "deliberation", "battle this out", "weigh the pros and cons", "review from multiple angles", "which side is right?". Optional deep-insight persona jurors for domain-specific views. Designed for design decisions, skill proposals, and architectural choices.

2 Updated today
chrono-code
AI & Automation Listed

frontier-status-summary

Maps which assets to use for externally distributed materials (briefings, cards, guides) by audience type. Performs cross-referencing only — does not transform hub asset content.

2 Updated today
chrono-code
Code & Development Listed

pr-review-watcher

Monitors for incoming PR reviews and summarizes their content. Determines approval/change-request/comment verdicts and extracts action items. Triggers on "did the PR review come in?", "when will the review arrive", "PR waiting" utterances.

2 Updated today
chrono-code
AI & Automation Listed

agent-composer

Reads the current work context and plans the optimal agent dispatch. Clarifies direction with 1-2 questions when unclear; infers and proceeds immediately when execution path is unclear. Runs an automatic recording gate after each Wave completes. Triggered by "compose agents", "which agent should I use?", "run in parallel", or "agent-composer".

2 Updated today
chrono-code
Code & Development Listed

apex-review

Reviews a technical proposal from the perspective of organizational decision-makers (CTO, technical lead, QA lead, conference reviewers, etc.) and generates an HTML presentation deck. Outputs approval gate results per persona and connects to sim-conductor for improvement suggestions.

2 Updated today
chrono-code
AI & Automation Listed

asset-placement-gate

Routes a proposed skill, plugin, or agent to its correct home — forge-harness (FH) meta-skill, project-local agent, or drop — by applying a 4-criteria meta-skill bar followed by a project-local value test.

2 Updated today
chrono-code
AI & Automation Listed

contention-layer

When two skills or agents produce conflicting verdicts on the same output, reads the conflict as a signal rather than an error and harvests new skill candidates. Routes skills born from contention to fh-meta if they are meta-layer, to commons plugin if project-agnostic, or to field harvest if domain-specific. Triggered by "two skills conflict", "they produce different conclusions", "contention-layer", "contention harvest".

2 Updated today
chrono-code
AI & Automation Listed

context-bridge-dispatch

Injects a session context card into each agent prompt before parallel dispatch, preventing context blindness when agents can only read files but not the live session history.

2 Updated today
chrono-code
AI & Automation Listed

context-doctor

Reduces token waste in Claude Code sessions. Scans projects to automatically generate .claudeignore files, and guides on over-read files and /clear timing. In hub environments, regularly audits bloated CLAUDE.md/MEMORY.md/memory/*.md files and proposes compression. Usable standalone without a hub clone.

2 Updated today
chrono-code
AI & Automation Listed

cross-ecosystem-synergy-detection

Automatically discovers useful combinations (synergy pairs) across multiple installed plugins and skills, and presents them as a ranked table. Proactively suggests undiscovered synergies when new projects or skills are registered in the registry. Activates on phrases like "do my installed tools work well together?", "they seem to work in isolation", "find synergies".

2 Updated today
chrono-code
AI & Automation Listed

deep-clarify

Clarifies ambiguous requests through Socratic dialogue, drawing out goals, completion criteria, and constraints to produce a structured spec document. Pre-dispatch requirement clarification step for agent dispatch. Triggered by "I don't know what to build", "how should I approach this", "organize this for me", "clarify this", "deep-clarify".

2 Updated today
chrono-code
AI & Automation Listed

field-harvest

Scans field project git history to find patterns worth promoting to the meta-harness and proposes a PR. Triggered by "save this pattern", "make this reusable across projects", "can we automate this repetition?", "push this to FH", "reverse absorption", or "harvest pattern".

2 Updated today
chrono-code
AI & Automation Listed

frontier-digest

Collects the latest AI/harness engineering trends from HackerNews and arxiv, then synthesizes them into actionable insights directly relevant to forge-harness operations. Triggered by "AI trends", "latest trends", "this week's AI updates", "what's on the frontier", "harness trends", "frontier-digest".

2 Updated today
chrono-code
AI & Automation Listed

harness-doctor

Scans a project's harness structure (.claude/ directory, CLAUDE.md, rules, agents) to diagnose complexity, drift, missing files, and broken references, then suggests improvements. Triggered by "harness check", "structure diagnosis", "CLAUDE.md audit".

2 Updated today
chrono-code
AI & Automation Listed

harvest-loop

A self-evolution pipeline that runs automatically after field sessions end. field-harvest (pattern extraction) → contention-layer (collision signals) → [persona-devil-advocate + persona-innovator parallel] → synthesizer (devil/innovator collision harvest) → Critic isolated Agent (SAGE automated critique) → harness-doctor (health check) → verify-bidirectional (consistency validation) → curator (skill lifecycle management) — 8 steps. Session learnings are automatically absorbed back into the FH ecosystem so the harness evolves on its own. In the main development environment, runs automatically at session end. For external FH users, proposes execution first. Triggered by "session harvest", "learning absorption", "fh evolution", "harvest-loop", or "run the pipeline".

2 Updated today
chrono-code
Code & Development Listed

hub-cc-pr-reviewer

Automatically checks baseline consistency when a PR is submitted and generates review comments. Handles diff reading, consistency checks, comment attachment, and merge recommendations. Automates hub gate operations.

2 Updated today
chrono-code
AI & Automation Listed

install-doctor

Scans the existing environment before and after meta-harness plugin install to diagnose conflicts, duplicates, and silent overwrite risks. Reports potential conflict areas with existing CLAUDE.md, skills, hooks, and audit practices. Activates on "install conflict", "any overlaps?", "is it safe to install?".

2 Updated today
chrono-code
AI & Automation Listed

install-wizard

Run when setting up a new project for the first time or onboarding after installing FH (first setup, initial configuration, onboarding start, configure project, help me set up). Performs environment detection → gap diagnosis → item-by-item suggestions → user approval → execution → acceleration baseline setup in sequence. Use --dry-run to output diagnosis report only (bg dispatch compatible).

2 Updated today
chrono-code
AI & Automation Listed

marketplace-gate

Evaluates whether a repository meets marketplace listing criteria via a 5-point check and outputs a listing suitability verdict. Checks README completeness, zero-config readiness, maintenance signals, duplication, and public safety.

2 Updated today
chrono-code
AI & Automation Listed

meta-prompt-builder

Generates structured prompts to send to each agent in an agent dispatch plan. Triggered by "write the instructions", "what do I say to the agent?", "write the prompt for me", "meta-prompt-builder". Bridges agent-composer (which agents) and prompt content (what to say). Uses Goal/Context/Constraints/Done When structure.

2 Updated today
chrono-code
AI & Automation Listed

plugin-recommender

Given a task description, searches internal and external open-source ecosystems to find and recommend suitable plugins with installation guidance. Activates on "recommend a plugin", "what tool should I use?", "is there a plugin for this?", "recommend a tool". Also checks for duplicate installations.

2 Updated today
chrono-code
Code & Development Listed

self-marketing-lint

Detects self-marketing language (version labels, emphasis words, iteration counts, overstatement declarations) in FH skill, agent, and documentation files and outputs replacement suggestions. Detection criteria are defined inline in this skill. Triggered by "check FH files", "remove marketing language", "description diet", "self-marketing-lint".

2 Updated today
chrono-code
AI & Automation Listed

sim-conductor

Autonomously runs external user reaction simulations, internal audits, ideation scans, artifact validation, and quality reviews. Triggered by "run a simulation", "external user perspective", "internal audit", or "quality check".

2 Updated today
chrono-code
Data & Documents Listed

source-grounding-audit

Extracts proper nouns, numerical values, and branching conditions from artifacts (TCs, analysis reports, design documents), back-traces them to declared source files, and marks as Phantom (false) if not found in source. If steel-quench attacks output patterns (self-declarations, cushion language), source-grounding-audit attacks input tracing (where did this come from?). Triggered by "phantom detection", "source back-trace", "source audit", "verify source", "TC evidence tracing", "where did this come from", "grounding audit", "source grounding audit", "phantom claim", "false claim detection".

2 Updated today
chrono-code
AI & Automation Listed

verify-bidirectional

A skill that immediately updates the baseline and reflects it in the next session when the user raises a counter-argument to an AI recommendation. Triggered by "is that right?", "re-examine this", "something seems off here". Explicit /verify-bidirectional call also possible.

2 Updated today
chrono-code

Bio shown is the top-scored skill's repo description as a fallback — real GitHub bios land in a future update.