Getting it into your agent
One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.
npx skills add Open-Agent-Tools/General-OAT-Skills --skill scaffoldgit clone --depth 1 https://github.com/Open-Agent-Tools/General-OAT-SkillsWrote this? Show the measurements
A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.
[](https://agentmods.dev/skills/open-agent-tools/general-oat-skills/scaffold)<a href="https://agentmods.dev/skills/open-agent-tools/general-oat-skills/scaffold"><img src="https://agentmods.dev/badge/skills/open-agent-tools/general-oat-skills/scaffold/github.svg" alt="Measured on agentmods" height="20"></a>Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.
<a href="https://agentmods.dev/skills/open-agent-tools/general-oat-skills/scaffold"><img src="https://agentmods.dev/badge/skills/open-agent-tools/general-oat-skills/scaffold.svg" alt="Reviewed on agentmods" width="80" height="20"></a>What it costs to keep this loaded
Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.
| Model | Per session | Once invoked |
|---|---|---|
| Fable 5.1 | $0.00072 | $0.01014 |
| Opus 5 | $0.00036 | $0.00507 |
| Sonnet 5 | $0.00014 | $0.00203 |
| Haiku 4.5 | $0.00007 | $0.00101 |
Grade A, and why
scaffold scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 9d ago.
A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.
Nothing flagged
None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.
What it actually says
Create a new project using the specified template: $ARGUMENTS
Output Format: Use clear section headers, timestamps for each step, and progress indicators for setup operations.
Tool Validation: First verify that required tools are installed (git, uv, gh) and the target directory is valid.
Python Project Defaults: All Python projects use UV for virtual environment management and package installation. Never use pip, pipenv, or conda.
Template Options:
python-lib- Python library with pyproject.toml, tests, CI/CDpython-cli- Python CLI application with Click/Typerpython-web- FastAPI web applicationpython-data- Data science project with Jupyter notebookspython-langchain- LangChain agent project with LangGraph supportpython-adk- Google Agent Development Kit multi-agent systempython-crewai- CrewAI multi-agent orchestration frameworkpython-autogen- Microsoft AutoGen conversational agentspython-swarm- OpenAI Swarm lightweight agent frameworkpython-phidata- Phidata AI assistant frameworkpython-llama-index- LlamaIndex RAG agents with document indexingpython-haystack- Deepset Haystack NLP pipelinespython-semantic-kernel- Microsoft Semantic Kernel plugin architecturepython-agency-swarm- Agency Swarm hierarchical agent frameworknode-lib- Node.js library with TypeScriptnode-web- React/Next.js web applicationrust-lib- Rust library with Cargo.tomlgo-cli- Go CLI applicationcustom- Interactive template selection
Template Loading: Read the template definition from ${CLAUDE_SKILL_DIR}/templates/<template-name>.md for the selected template's directory structure and dependencies.
Project Setup Steps:
- Template Selection: Determine template from argument or prompt interactively
- Load Template: Read the template file from
${CLAUDE_SKILL_DIR}/templates/<template-name>.md - Directory Creation: Create project directory with proper naming conventions
- Template Scaffolding: Create the directory structure and files defined in the template
- Dependency Management:
- For Python: Use
uv initanduv addexclusively for all dependencies - For Python: Create virtual environment with
uv venvand activate withuv run - For other languages: Install language-specific dependencies
- For Python: Use
- Git Initialization: Initialize repo, create .gitignore, initial commit
- CI/CD Setup: Create GitHub Actions workflows, testing and linting pipelines
- Development Environment: Setup IDE config files, development scripts
- Documentation: Generate README, CONTRIBUTING.md, documentation framework
- Testing Framework: Setup test directory, sample tests, configure runners
- Quality Tools: Configure linting, formatters, type checking
- Final Validation:
- For Python: Run
uv run python -m pytestanduv build - For other languages: Run initial build/compile and basic tests
- For Python: Run
Interactive Prompts:
- Project name (default: directory name)
- Author name and email
- License type (MIT, Apache, etc.)
- Description
- Python version (for Python projects)
Template Variables:
{{PROJECT_NAME}}- Project name{{AUTHOR_NAME}}- Author name{{AUTHOR_EMAIL}}- Author email{{DESCRIPTION}}- Project description{{LICENSE}}- License type{{YEAR}}- Current year{{PYTHON_VERSION}}- Python version
Error Handling: If any step fails, attempt to fix the issue automatically. If unable to fix, report the specific error and provide cleanup instructions.
Post-Setup Instructions:
- Display next steps for development
- Show available commands (test, build, etc.)
- Provide quick start guide
- Suggest development workflow
What ships with it
18 files beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.
- templates/go-cli.md 1.1 KB
- templates/node-lib.md 1.2 KB
- templates/node-web.md 1.4 KB
- templates/python-adk.md 1.2 KB
- templates/python-agency-swarm.md 1.8 KB
- templates/python-autogen.md 1.3 KB
- templates/python-cli.md 1.1 KB
- templates/python-crewai.md 1.4 KB
- templates/python-data.md 1.6 KB
- templates/python-haystack.md 1.6 KB
- templates/python-langchain.md 1.7 KB
- templates/python-lib.md 1.0 KB
- templates/python-llama-index.md 1.7 KB
- templates/python-phidata.md 1.4 KB
- templates/python-semantic-kernel.md 1.6 KB
- templates/python-swarm.md 1.1 KB
- templates/python-web.md 1.6 KB
- templates/rust-lib.md 969 B
What this file has done since we first saw it
Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.
- 9d ago First seen · 94 lines · 72 tokens per session scan A e15608db1b4c
scaffold is a skill published in the GitHub repository Open-Agent-Tools/General-OAT-Skills (3 stars, last pushed 3mo ago), licensed Apache-2.0. It adds 72 tokens to every session and 1,014 once invoked, about $0.0004 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.
Other skills, from other repositories
skill-builder
Automatically detect source types and build AI skills using Skill Seekers. Use when the user wants to create skills from documentation, repos, PDFs, videos, or other knowledge sources.
skill-builder
Automatically detect source types and build AI skills using Skill Seekers. Use when the user wants to create skills from documentation, repos, PDFs, videos, or other knowledge sources.
skill-deep-wiki
Gera documentação técnica navegável de um repositório, com arquitetura, Mermaid, onboarding, AGENTS.md, llms.txt e páginas por domínio.
servicenow-sdk-docs-builder
Automation skill to generate or update the servicenow-sdk-docs documentation skill by fetching and processing the ServiceNow SDK and Examples repositories. It combines READMEs, extracts code samples, harvests the SDK CLI/auth docs, and creates a self-contained, portable documentation skill.
documentation-automation
Automate doc generation with JSDoc/TSDoc, linters, and pre-commit hooks. Use when setting up markdownlint, configuring doc linting pipelines, integrating JSDoc/TSDoc, or building automated documentation workflows.
public-repo-creation
Create production-ready public GitHub repositories with comprehensive documentation, automated setup, and quality assurance.