Build
Drive the project forward by building and running an autonomous team.From its SKILL.md
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.
3 things to look at
- skips confirmationTells the agent to proceed without asking first, 1 time: "Use all tools available to you freely - web search, web fetch, GitHub, MCP tools, browser, etc.".
- 12 stars12 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.
- runs commandsInstructs the agent to run 2 commands, including `gh project item-list 4 --owner byronxlg --format json` and 1 more.
SKILL.md
1.8 KB, 394 tokens by cl100k_base, 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.
What ships with it
Read from the repository
Just SKILL.md. No reference files, no scripts.