MolcajeteAI
@MolcajeteAI Organization
Public Skills
tailwind-css
by MolcajeteAI
This skill should be used when writing, reviewing, or modifying Tailwind CSS styles. It covers Tailwind v4 CSS-first configuration, utility-first patterns, the cn() utility with tailwind-merge, responsive design, dark mode, and common UI patterns for cards, buttons, forms, and layouts.
gherkin
by MolcajeteAI
Conventions and rules for BDD scenario generation. Use this skill when creating Gherkin feature files, step definitions, or managing the bdd/ scaffold. It defines language/format detection, domain detection, file naming, tagging, step writing rules, and index maintenance.
dev-workflow
by MolcajeteAI
Task implementation workflow for the /m:dev command. Provides two execution modes: single-task mode (7-step workflow for one task at a time) and multi-task mode (wave-based orchestration with parallel subagents for feature groups, ranges, and use cases).
node-testing
by MolcajeteAI
This skill should be used when writing, reviewing, or debugging Node.js backend tests. It covers integration testing with Fastify inject and Supertest, CRUD test patterns, authentication testing, Testcontainers for Docker-based database testing, and end-to-end user flow testing.
research-methods
by MolcajeteAI
Standards and methods for conducting research, gathering information, and presenting findings with proper source attribution. Use when researching topics, analyzing documentation, or synthesizing information from multiple sources.
typescript-writing-code
by MolcajeteAI
This skill should be used when writing, reviewing, or refactoring TypeScript code. It covers strict type configuration, type safety patterns, ESM module conventions, error handling, Biome linting/formatting, naming conventions, and mandatory post-change verification.
node-writing-code
by MolcajeteAI
This skill should be used when writing, reviewing, or refactoring Node.js backend code. It covers Fastify API patterns (plugins, routes, hooks), Zod validation, database access with Prisma and Drizzle, authentication and authorization (JWT, RBAC, ABAC), error handling, and Docker deployment.
software-principles
by MolcajeteAI
This skill should be used when designing features, refactoring code, reviewing code quality, making architectural decisions, writing tests, or applying design principles like DRY, SOLID, KISS, and YAGNI. It covers feature slicing, testing strategies, and code quality standards.
project-management
by MolcajeteAI
This skill should be used when planning products, defining features, writing requirements, creating specifications, breaking work into tasks, or managing product development workflows. It covers document standards, ID schemes, formatting rules, estimation with story points, and vertical feature slicing.
git-committing
by MolcajeteAI
This skill should be used when creating git commits, amending commits, or reviewing commit messages. It defines commit message standards: imperative verbs, 50-character limit, conventional commit prefixes adapted to the project's existing style, and absolutely no AI or tool attribution.
prompting
by MolcajeteAI
Skill for writing clear, effective LLM prompts. Covers structure, specificity, role-setting, examples, output format specification, and iterative refinement. Model-agnostic principles that work across Claude, GPT, and other language models.
go-testing
by MolcajeteAI
This skill should be used when writing, reviewing, or debugging Go tests. It covers table-driven tests, test organization, assertions, mocking patterns, coverage analysis, benchmarking, integration tests, race detection, and test quality standards.