Skills & Plugins / agentskills.io Ecosystem

bmad-module-skill-forge

Transforms repos and docs into agentskills.io-compliant skills. Input a codebase, output installable skills.

Upstream ↗Seed list ↗Role: workflow-framework
Why it matters

Profile

Transforms repos and docs into agentskills.io-compliant skills. Input a codebase, output installable skills.

setup mediumintegration lowinterface cli
Provenance

Signals

Listed in the awesome-hermes-agent README

Sources: 2 / Surfaces: 1

Fast skim

What the upstream surface says

Short excerpt only, so you can decide whether to click out.

Turn code and docs into instructions AI agents can actually follow.

[](https://github.com/armelhbobdad/bmad-module-skill-forge/actions/workflows/quality.yaml) [](https://www.npmjs.com/package/bmad-module-skill-forge) [](https://opensource.org/licenses/MIT) [](https://github.com/bmad-code-org/BMAD-METHOD) [](https://www.python.org) [](https://docs.astral.sh/uv/) [](https://armelhbobdad.github.io/bmad-module-skill-forge/) [](https://discord.gg/gk8jAdXWmj) [](https://github.com/armelhbobdad/bmad-module-skill-forge/stargazers)

Skill Forge analyzes your code repositories, documentation, and developer discourse to build verified instruction files for AI agents. Every instruction links back to its upstream — a specific file:line at a pinned commit when source is available, or a documentation URL when it isn't.

Skill Forge (SKF)The ProblemBefore vs AfterAgent hallucinates: sync call, wrong parameter name, missing awaitAgent follows the skill instruction:search(querytext: str, querytype: SearchType = GRAPH_COMPLETION) -> List[SearchResult][AST:cognee/api/v1/search/search.py:L27]Install
  • Set up your environment: @Ferris SF (Setup Forge) — detects your tools and sets your capability tier
  • Generate your first skill: @Ferris QS (Quick Skill) — creates a verified skill in under a minute
  • Full quality path: @Ferris forge chains Brief → Create → Test → Export automatically — or run manually: @Ferris BS → clear session → @Ferris CS for maximum control
  • You use AI agents to write code and they keep guessing API calls wrong
  • You maintain a library and want to ship official, verified instruction files so AI agents use your API correctly
  • You manage a codebase with many dependencies and want a consolidated "stack skill" that teaches your agent how all the pieces fit together
  • You use a SaaS API or closed-source tool with no public code — SKF can generate skills from documentation alone
  • Version-pinned — skills are stored per-version, so updating to v2.0 doesn't replace your v1.x skill. Compatible with skills.sh and npx skills