Agent skills for the full research-to-execution loop: researching topics, analyzing data of every kind, designing step-by-step workflows, and orchestrating tasks into verified action
Use when you have data of any kind - CSV/JSON/logs/spreadsheets/query results/survey text/metrics/time series - and need to extract insight, whether descriptive (what happened), diagnostic (why), predictive (what next), or qualitative (themes). Triggers on "analyze this data", "what does this show", "find the trend/pattern/outliers", "summarize these numbers", "is this significant", and ESPECIALLY when someone demands a yes/no on whether X "causes"/"drives"/"leads to" Y, or a single number "with no caveats" under time or authority pressure
You MUST use this before any creative work - creating features, building components, adding functionality, or modifying behavior. Explores user intent, requirements and design before implementation.
Use when turning a goal or a pile of findings into an ordered, step-by-step workflow or plan that someone (human or agent) can execute without further questions - "make a plan", "lay out the steps", "design the workflow/pipeline/process", "how do we get from here to done". For code implementation plans specifically, prefer superpowers:writing-plans
Use when facing 2+ independent tasks that can be worked on without shared state or sequential dependencies
Use when you have a written implementation plan to execute in a separate session with review checkpoints
Based on adoption, maintenance, documentation, and repository signals. Not a security audit or endorsement.
AI tooling, forged for business. Maxforge Lab builds and hardens production-grade agent capabilities — from packaged skills to bespoke, high-end AI solutions for teams that need results they can trust.
This repository is the Lab's flagship open toolkit: the research-to-execution skill set for coding agents. Four composable agent skills that take an open-ended goal from not knowing → knowing → a written plan → verified action.
Built for Claude Code (and other skill-aware harnesses). Each skill is a behavior-shaping reference the agent loads on demand — and every one ships with a documented eval so you know it works before you bet a workflow on it.
Working with Maxforge Lab. The skills here are free and MIT-licensed. If you need custom skills, agent workflows tuned to your domain, or a hardened deployment on your own model stack, that's the Lab's high-end engagement tier — reach out at [email protected].
| Skill | Use it when… | What it enforces |
|---|---|---|
| researching-topics | You need to gather, evaluate, and synthesize information before acting | Frame the question → gather from independent sources (in parallel) → corroborate → synthesize → cite → state confidence + the key assumption you're betting on (even under "no hedging" pressure) |
| analyzing-data | You have data of any kind and need insight (descriptive, diagnostic, predictive, prescriptive, qualitative) | Profile → clean (with a stated rule) → analyze → validate → report; correlation is never causation, and that rule does not bend under pressure |
| designing-workflows | You're turning a goal + findings into an ordered, executable plan | Outcome + how it's verified, single-action steps ordered by dependency, a done-criterion per step, parallel markers, checkpoints, and failure paths |
| orchestrating-tasks | You have a plan and must execute every step and take action | Every step becomes a tracked task; execute → verify the result → then mark done; stop before any destructive / irreversible / outward-facing action |
They chain into one pipeline — see docs/research-to-execution-workflow.md:
Research → Analyze → Plan → Execute
Plus a fifth, invisible skill — using-maxforge — the bootstrap that makes the other four
reliably auto-trigger. It loads at session start via a hook and tells the agent to invoke the
right skill before acting. Without a bootstrap, bare skills fire inconsistently (measured: 2 of 4);
with it, all four fire. See the eval report for the numbers.
No install needed — load the plugin into a one-off headless session:
claude -p "Analyze this: month,price,units | Jan,10,100 | Feb,12,90 | Mar,15,70. Does raising price hurt sales?" \
--plugin-dir .
The agent auto-invokes analyzing-data, profiles the data, and refuses to call correlation
causation — that's the skill working.
# Register the marketplace (point at wherever you host this package)
/plugin marketplace add mancaf779-boop/-Max-Geld-Generation
# Install the plugin
/plugin install maxforge-lab
Or, for local development, add the marketplace from your checkout — the plugin
lives at the repository root (.claude-plugin/marketplace.json).
The using-maxforge SessionStart hook loads automatically once the plugin is installed, so the
skills auto-trigger on matching tasks — you don't invoke them by hand.
The skills are plain Markdown with YAML frontmatter (name + description).
The agent reads the descriptions to decide which skill applies to the task in
front of it, then loads the full skill body when it acts. There is no runtime,
no dependency, and nothing to configure.
These skills were developed and hardened with a RED→GREEN→REFACTOR eval loop
(watch an agent fail without the skill, write the skill, close the loopholes),
run with real subagents under pressure. Full record in
docs/eval-report.md. Highlights:
npx claudepluginhub mancaf779-boop/-max-geld-generation --plugin maxforge-labHarness-native ECC plugin for engineering teams - 67 agents, 279 skills, 94 legacy command shims, reusable hooks, rules, MCP conventions, and operator workflows for Claude Code plus adjacent agent harnesses
Core skills library for Claude Code: TDD, debugging, collaboration patterns, and proven techniques
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.
Evidence-gated AI coding workflow: scan → analyze → plan → TDD → execute → fix → verify → review, powered by Codebase Memory MCP >= 0.9.0 with optional Serena LSP intelligence. Includes blast-radius planning, test/cycle gates, independent review, and Windows Git Bash hook auto-resolution.
v9.54.1 — Reliability wave: tangle contextual review correction loop with hard round ceiling, progress-supervised review rounds (per-agent stall watch, descendant-tree kills), council diversity and agy pin fixes, marketplace generator source-of-truth fix, provider troubleshooting runbook and cost-expectations docs. Run /octo:setup.
Superpowers Plus core skills library for Claude Code: planning, execution routing, TDD, debugging, and collaboration workflows