home / skills / forge-town

forge-town skills

Find 14 skills from 1 repo created by forge-town on GitHub.

1 repo
14 skills
GitHub

Sponsored

check-all-skills

forge-town/skills

1
This skill validates one or more skills against best practices, reading files, structures, dependencies, and generates detailed compliance reports.
page-best-practice

forge-town/skills

1
This skill generates standardized front-end pages based on Anatomy guidelines, prompting mode selection (unsupervised or supervised) and assembling Wrapper,
svg-icon-best-practice

forge-town/skills

1
This skill unifies SVG icon management in React TypeScript projects by converting inline SVGs into reusable components and enforcing naming and migration
classname-refactor

forge-town/skills

1
This skill automates scanning and refactoring React/Vue files to replace className template strings with cn calls, including import handling and detailed
db-table-best-practice

forge-town/skills

1
This skill validates and auto-corrects database and table names to meet naming conventions, ensuring consistency across projects.
service-best-practice

forge-town/skills

1
This skill guides you to implement service files with DI, zod validation, DAO-based data access, and error handling for scalable TypeScript apps.
skill-best-practice

forge-town/skills

1
This skill verifies Skill adherence to best practices, generates a structured checklist, and suggests automatic fixes for naming, structure, metadata, and
store-best-practice

forge-town/skills

1
This skill helps you implement scalable, type-safe Zustand stores with slice architecture, provider setup, and clean exports for easy reuse.
barrel-export

forge-town/skills

1
This skill automatically generates, fixes, and verifies barrel export index files to enforce consistent export of modules across a project.
dao-best-practice

forge-town/skills

1
This skill helps standardize DAO files to align with Drizzle ORM best practices, enforcing structure, naming, types, and performance patterns.
remove-comments

forge-town/skills

1
This skill removes comments from simple code files across languages like Python, JavaScript, Java, and Go without altering formatting or logic.
zod-env-integration

forge-town/skills

1
This skill generates type-safe Zod based environment variable management code from .env.example, including schemas, getters, and barrels for clean imports.
check-all-items

forge-town/skills

1
This skill automatically discovers all best-practice skills and executes their checks, then enforces standardized validation to ensure consistent project