00-repo-map
01Cursor rule Cursor
This is felipeblassioli's personal agent-skills repository.
My personal official collection of agent skills, react ones forked from vercel
Cursor rule Cursor
This is felipeblassioli's personal agent-skills repository.
Cursor rule Cursor
Cursor rule "10-commit-conventions" from felipeblassioli/agent-skills, covering commit conventions, format, scopes, separation of concerns and rules.
Cursor rule Cursor
Cursor rule "20-skill-authoring" from felipeblassioli/agent-skills, covering skill authoring, required files, skill.md constraints, metadata.json schema and after any skill change.
Cursor rule Cursor
PR creation workflow for the agent-skills repo. Applied when creating pull requests, opening PRs, or preparing PR descriptions.
Cursor rule Cursor
Prevent PRs from being opened against wrong GitHub repository.
Cursor rule Cursor
Before changing a maintained artifact, classify its type and maturity using docs/ADR/ADR-0003-artifact-maturity-model.md and docs/specs/artifact-maintenance-workflow.md.
Cursor rule Cursor
Choose the right Cursor surface: skills for knowledge and routing, rules for persistent guidance, subagents for context isolation, hooks for enforcement, and MCP for external capabilities.
Cursor rule Cursor
Delegate to subagents only for focused, context-heavy, or parallel tasks. Keep descriptions specific and prompts concise.
Cursor rule Cursor
Configure MCP servers conservatively: trust the source, keep scope narrow, prefer env interpolation, and treat example config separately from live config.
Cursor rule Cursor
Use hooks for runtime enforcement and auditing: block dangerous shell commands, protect sensitive file reads, and keep hook behavior easy to understand.
Cursor rule Cursor
When authoring Cursor packs or installed bundled skills, keep skills, packs, rules, subagents, and docs separated by purpose rather than copying mixed source trees directly.
Cursor rule Cursor
After substantive skill or pack-authoring changes, prefer a small eval loop with explicit expectations, evidence-based grading, and review output rather than relying on prose confidence alone.
Cursor rule
Persistent project guidance for one narrowly scoped behavior.