app-builder-templates
Routes template-related requests to the primary 'templates' skill while maintaining path compatibility.
Install
mkdir -p .claude/skills/app-builder-templates && curl -L -o skill.zip "https://agentskills.codes/api/skills/download/15594" && unzip -o skill.zip -d .claude/skills/app-builder-templates && rm skill.zipInstalls to .claude/skills/app-builder-templates
Activation
This is the description your AI agent reads to decide when to run this skill — the better it matches your request, the more reliably it fires.
ALWAYS use this when the user or an upstream archive refers to `app-builder-templates`, the nested skill path form for `templates`, or the equivalent slash path. This is a namespace-preserving alias that routes to `templates` while retaining strict validation, Senior Master execution, and Codex review standards.Key capabilities
- →Route requests for app-builder-templates
- →Preserve namespace for nested ZIP path slugs
- →Retain strict validation standards
- →Ensure Senior Master execution
- →Apply Codex review standards
How it works
This skill acts as a namespace-preserving alias that routes requests to the 'templates' skill. It retains strict validation, Senior Master execution, and Codex review standards during this process.
Inputs & outputs
When to use app-builder-templates
- →Resolve template path requests
- →Standardize scaffold generation
- →Maintain project template compatibility
About this skill
APP Builder Templates
Selective Reading Rule
Start with:
references/senior-master-standard.mdreferences/usage-routing.mdreferences/quality-checklist.mdreferences/alias-target.md
Then load the canonical target skill only when the task needs the full implementation guidance.
Alias Contract
- Treat
app-builder-templatesas a compatibility and search alias fortemplates. - Use canonical skill
templatesfor the substantive workflow. - Do not duplicate large upstream instructions here; this folder exists to preserve nested ZIP path slugs such as
app/builder/templateswhile keeping the runtime bundle deduplicated. - Apply the same Senior Master standard and Codex strict review gate before final output.
When not to use it
- →The task needs full implementation guidance for templates
- →The workflow does not involve app-builder-templates
Limitations
- →This skill does not provide full implementation guidance for templates
- →This skill is an alias and does not contain substantive workflow logic
How it compares
This skill ensures compatibility for existing references to 'app-builder-templates' without duplicating the full implementation of the 'templates' skill.
Compared to similar skills
app-builder-templates side by side with the closest alternatives in the catalog.
| Skill | Installs | Updated | Safety | Difficulty |
|---|---|---|---|---|
| app-builder-templates (this skill) | 0 | 3mo | No flags | Beginner |
| software-architecture | 333 | 6mo | No flags | Intermediate |
| codex | 32 | 2mo | Review | Advanced |
| game-development | 70 | 6mo | No flags | Intermediate |
Try saying
Example prompts that trigger this skill in your AI assistant.
More by Anhvu1107
View all by Anhvu1107 →You might also like
software-architecture
davila7
Guide for quality focused software architecture. This skill should be used when users want to write code, design architecture, analyze code, in any case that relates to software development.
codex
Lucklyric
Invoke Codex CLI for complex coding tasks requiring high reasoning capabilities. This skill should be invoked when users explicitly mention "Codex", request complex implementation challenges, advanced reasoning, or need high-reasoning model assistance. Automatically triggers on codex-related requests and supports session continuation for iterative development.
game-development
davila7
Game development orchestrator. Routes to platform-specific skills based on project needs.
senior-fullstack
davila7
Comprehensive fullstack development skill for building complete web applications with React, Next.js, Node.js, GraphQL, and PostgreSQL. Includes project scaffolding, code quality analysis, architecture patterns, and complete tech stack guidance. Use when building new projects, analyzing code quality, implementing design patterns, or setting up development workflows.
command-name
anthropics
This skill should be used when the user asks to "create a plugin", "scaffold a plugin", "understand plugin structure", "organize plugin components", "set up plugin.json", "use ${CLAUDE_PLUGIN_ROOT}", "add commands/agents/skills/hooks", "configure auto-discovery", or needs guidance on plugin directory layout, manifest configuration, component organization, file naming conventions, or Claude Code plugin architecture best practices.
python-project-structure
wshobson
Python project organization, module architecture, and public API design. Use when setting up new projects, organizing modules, defining public interfaces with __all__, or planning directory layouts.