Refactor Engine
Improves existing codebases by restructuring for clarity, performance, and maintainability without changing external behavior
ForgeWeave
Behavioral execution framework for AI agents — define deterministic, portable skills & agents across OpenCode, Claude Code, Gemini CLI, and Qwen Code.
Web Research
Browser-driven or scraping-based skill for real-time internet extraction using Playwright and HTTP-based fetching
Memory Manager
Handles local persistence of research outputs, intermediate reasoning, and reusable knowledge chunks
Context Loader
Reads AGENTS.md + project structure + existing skills to build an execution-aware context before any operation
Command Executor
A Claude skill from Razaib-khan/ForgeWeave.
Planner
Converts user intent into structured execution plans, including steps, dependencies, risks, and required tools
Skill Generator
Meta-skill that creates new SKILL.md files from research outputs and patterns discovered in execution
Code Builder
Translates plans into working code structures with architecture decisions, folder layout, and implementation strategy
Agent Spawner
Creates and configures subagents dynamically with defined roles, constraints, and tool permissions
Debugger
Systematic issue diagnosis skill that isolates root causes, tests hypotheses, and produces minimal fix strategies
Workflow Orchestrator
Coordinates multi-skill execution pipelines (e.g., research → plan → build → test)
Deep Research
Multi-stage research pipeline that decomposes a topic, gathers structured information, validates it, and synthesizes a final report. Supports formatted/unformatted output and skill/no-skill generation modes.
Skill Authoring
Create or revise a ForgeWeave skill — from identifying the repeatable job to writing the bundle and validating it with eval checks.
Single Search
|
Architecture Designer
Designs system-level structures including modules, services, data flow, and scaling strategy before implementation begins
Test Generator
Creates test plans and test cases (unit, integration, edge cases) based on existing or planned code
Tool Selector
Determines which tools, APIs, MCP actions, or system capabilities are required for a given task
Validation Engine
Checks outputs from other skills for consistency, correctness, and adherence to AGENTS.md rules
Playwright Mcp
|
Skill Builder
|
Contributor Onboarding
Guide a new contributor through the ForgeWeave repo — project structure, development setup, branch strategy, and how to pick and start an issue.