Build
Declarative skill manager for Claude Code and Codex. Declare skills in YAML, pin exact revisions in a lockfile, install them reproducibly into .claude/skills.
npx -y skills add byronxlg/skillfold --skill buildAssembled from the repository path, not quoted from the project. Check it against their README if it does not work.
One thing to look at
- 11 stars11 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.
What its author says it does
Copied from the file, not written here
Drive the project forward by building and running an autonomous team.
SKILL.md
1.8 KB, as published. Nobody here has run it
Drive the project forward. Use skillfold to build skillfold.
Goal: Make skillfold the obvious choice for any project that wants to run an agent team. The tool is built for agents, but it needs human-readable docs, clear examples, and a trustworthy appearance to gain the confidence of the humans who decide to adopt it.
Use all tools available to you freely - web search, web fetch, GitHub, MCP tools, browser, etc. Don't hold back.
- Review what happened in previous runs. Check recent git history, open PRs, open issues, discussion threads, and cron logs (
.claude/logs/). Identify what worked, what failed, and what got stuck. Fix any issues before moving on. - Read the project board (
gh project item-list 4 --owner byronxlg --format json). The board is the source of truth for task state. Check what's in each status column (Backlog, Todo, In Progress, In Review, Blocked). Also check open GitHub issues - any issue not on the board should be added. Any issue filed by humans (not tagged with**[agent-name]**) is an external task that the team must incorporate into its direction. - Read and review
skillfold.yaml. Update it if the team needs to change - add skills, adjust the flow, fix broken references. - Look for friction points that slow down the rest of the team. If agents are blocked by missing tools, permissions, or unclear instructions, fix those now.
- Do any research or preparation needed before execution.
- Compile with
npx tsx src/cli.ts, then read the generatedbuild/orchestrator/SKILL.md. Act as the orchestrator and execute the plan. As you invoke each agent, update the project board: set issues to In Progress when an agent starts, In Review when a PR opens, Done when work is complete.