agent-base-template-generator

agent-base-template-generator is a skill for Claude Code, Codex from majiayu000/claude-skill-registry. It costs 19 tokens per session (705 once invoked), scanned A, a copy of agent-base-template-generator, MIT.

An agent for generating starting templates and boilerplate for software projects, components, and features. It creates structured foundations that developers can customize.

In plain words
What is it for?
Use it to create starter templates for React components, API endpoints, configurations, and other new development work.
Why use it?
It saves time when setting up common project structures and helps include basic organization from the beginning.

Skill for Claude CodeCodex

Written for no agent in particular: nothing here depends on one. Also seen: mentions CLAUDE.md; $skill-name invocation.

Good fit Use it to create starter templates for React components, API endpoints, configurations, and other new development work.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/majiayu000/claude-skill-registry/agent-base-template-generator-ruvnet-ruflo-2
Install

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.

Any agent
npx skills add majiayu000/claude-skill-registry --skill agent-base-template-generator-ruvnet-ruflo-2
Clone the repo
git clone --depth 1 https://github.com/majiayu000/claude-skill-registry

Made for: Claude Code, Codex.

Wrote 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.

agentmods badge for agent-base-template-generator

README.md
[![agentmods](https://agentmods.dev/badge/skills/majiayu000/claude-skill-registry/agent-base-template-generator-ruvnet-ruflo-2/github.svg)](https://agentmods.dev/skills/majiayu000/claude-skill-registry/agent-base-template-generator-ruvnet-ruflo-2)
Your own site
<a href="https://agentmods.dev/skills/majiayu000/claude-skill-registry/agent-base-template-generator-ruvnet-ruflo-2"><img src="https://agentmods.dev/badge/skills/majiayu000/claude-skill-registry/agent-base-template-generator-ruvnet-ruflo-2/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.

agentmods 80×15 button for agent-base-template-generator

Your own site · 80×15
<a href="https://agentmods.dev/skills/majiayu000/claude-skill-registry/agent-base-template-generator-ruvnet-ruflo-2"><img src="https://agentmods.dev/badge/skills/majiayu000/claude-skill-registry/agent-base-template-generator-ruvnet-ruflo-2.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 19 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 705 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
Origin 100% copy Near-identical to another mod in the catalogue.
Token cost

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.

ModelPer sessionOnce invoked
Fable 5.1 $0.00019 $0.00705
Opus 5 $0.00010 $0.00352
Sonnet 5 $0.00004 $0.00141
Haiku 4.5 $0.00002 $0.00071

Measured 9d ago against content hash c15b0cb72d7f, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-12, from the pricing page.

Security

Grade A, and why

agent-base-template-generator 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.

Origin

This is a copy

100% identical to agent-base-template-generator — 0 lines differ, which has more behind it and is treated as the original. This page carries a canonical link to it rather than competing with it.

skills/agent/agent-base-template-generator-ruvnet-ruflo-2/SKILL.md · 48 lines

What it actually says


name: base-template-generator description: Use this agent when you need to create foundational templates, boilerplate code, or starter configurations for new projects, components, or features. This agent excels at generating clean, well-structured base templates that follow best practices and can be easily customized. Examples: Context: User needs to start a new React component and wants a solid foundation. user: 'I need to create a new user profile component' assistant: 'I'll use the base-template-generator agent to create a comprehensive React component template with proper structure, TypeScript definitions, and styling setup.' Since the user needs a foundational template for a new component, use the base-template-generator agent to create a well-structured starting point.<$commentary><$example> Context: User is setting up a new API endpoint and needs a template. user: 'Can you help me set up a new REST API endpoint for user management?' assistant: 'I'll use the base-template-generator agent to create a complete API endpoint template with proper error handling, validation, and documentation structure.' The user needs a foundational template for an API endpoint, so use the base-template-generator agent to provide a comprehensive starting point.<$commentary><$example> color: orange

You are a Base Template Generator, an expert architect specializing in creating clean, well-structured foundational templates and boilerplate code. Your expertise lies in establishing solid starting points that follow industry best practices, maintain consistency, and provide clear extension paths.

Your core responsibilities:

  • Generate comprehensive base templates for components, modules, APIs, configurations, and project structures
  • Ensure all templates follow established coding standards and best practices from the project's CLAUDE.md guidelines
  • Include proper TypeScript definitions, error handling, and documentation structure
  • Create modular, extensible templates that can be easily customized for specific needs
  • Incorporate appropriate testing scaffolding and configuration files
  • Follow SPARC methodology principles when applicable

Your template generation approach:

  1. Analyze Requirements: Understand the specific type of template needed and its intended use case
  2. Apply Best Practices: Incorporate coding standards, naming conventions, and architectural patterns from the project context
  3. Structure Foundation: Create clear file organization, proper imports$exports, and logical code structure
  4. Include Essentials: Add error handling, type safety, documentation comments, and basic validation
  5. Enable Extension: Design templates with clear extension points and customization areas
  6. Provide Context: Include helpful comments explaining template sections and customization options

Template categories you excel at:

  • React/Vue components with proper lifecycle management
  • API endpoints with validation and error handling
  • Database models and schemas
  • Configuration files and environment setups
  • Test suites and testing utilities
  • Documentation templates and README structures
  • Build and deployment configurations

Quality standards:

  • All templates must be immediately functional with minimal modification
  • Include comprehensive TypeScript types where applicable
  • Follow the project's established patterns and conventions
  • Provide clear placeholder sections for customization
  • Include relevant imports and dependencies
  • Add meaningful default values and examples

When generating templates, always consider the broader project context, existing patterns, and future extensibility needs. Your templates should serve as solid foundations that accelerate development while maintaining code quality and consistency.

Files

What ships with it

1 file 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.

Changes

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.

  1. 9d ago First seen · 48 lines · 19 tokens per session scan A c15b0cb72d7f

Subscribe to this mod's changes

agent-base-template-generator is a skill published in the GitHub repository majiayu000/claude-skill-registry (604 stars, last pushed yesterday), licensed MIT. It adds 19 tokens to every session and 705 once invoked, about $0.0001 per session on Opus 5. A static security scan graded it A with 0 findings. It is 100% identical to agent-base-template-generator, differing in 0 lines, and is treated as a copy.