hacer-patterns

Provide development guidelines and architectural conventions for the HACER project.

1|Updated Mar 3, 2026
One-click install
npx skills add https://github.com/mezivillager/hacer --skill hacer-patterns
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: hacer-patterns
Source: https://github.com/mezivillager/hacer/tree/main/.claude/skills/hacer-patterns
Command: npx skills add https://github.com/mezivillager/hacer --skill hacer-patterns

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill provides essential guidelines and conventions for developing within the HACER project, ensuring consistency and maintainability across the codebase.

Core Features & Use Cases

  • Architecture Overview: Understand the project's directory structure and layer separation.
  • Development Conventions: Follow best practices for React, TypeScript, state management, and testing.
  • Phase Tracking: Adhere to the project's phased development roadmap.
  • Use Case: A new developer joining the HACER project can use this Skill to quickly grasp the project's structure, coding standards, and current development phase before writing any code.

Quick Start

Consult the HACER Patterns skill for guidance on adding a new gate to the project.

Frequently Asked Questions about hacer-patterns

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
What are React and TypeScript development conventions for maintaining a consistent project architecture?

React and TypeScript development conventions ensure project maintainability by defining directory structures, layer separation, and state management practices to standardize code contributions.

How do I structure components and manage state in a React and TypeScript project?

To structure components and manage state, follow architectural conventions that outline directory structures, layer separation, and specific state management best practices for React and TypeScript.

Does the HACER project specify testing practices for React and TypeScript development?

Yes, the HACER project specifies testing practices alongside React, TypeScript, and state management guidelines to ensure contributors write consistent, maintainable, and reliable code.

What is the best way to track development phases when contributing to a React project?

The best way to track development phases is by adhering to the project's phased development roadmap, which aligns component structure and coding standards with current architectural goals.

How do I add a new feature gate to a project following structured development guidelines?

To add a new feature gate, consult the project's development guidelines to ensure your implementation adheres to the defined architectural conventions, component structure, and phase tracking requirements.