home / skills / forge-town

forge-town skills

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

1 repo
20 skills
GitHub

Sponsored

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
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.
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
check-refine-trpc

forge-town/skills

1
This skill identifies components that directly use trpc or react-query hooks and guides replacing them with refine hooks for consistent data access.
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.
generate-preview

forge-town/skills

1
This skill analyzes a React component and outputs a structured JSON description and a visual Markdown tree for pre-split preview.
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-try-catch

forge-town/skills

1
This skill analyzes TypeScript and Python try-catch blocks to detect empty or purely logging catches and suggests concrete fixes.
use-store-not-props-best-practice

forge-town/skills

1
This skill analyzes components and rewrites them to fetch data directly from the store, reducing prop usage and enhancing maintainability.
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.
implement-split

forge-town/skills

1
This skill splits React components into reusable subcomponents by leveraging store-first data access, removing gratuitous prop drilling, and generating
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.
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
skill-creator

forge-town/skills

1
This skill guides users to create effective skills for AI agents, detailing workflows, tooling, and knowledge packaging for practical expansion.
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.
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.
check-svg

forge-town/skills

1
This skill enforces SVG usage as isolated components imported from a central icons folder to improve maintainability and consistency.
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,
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