skills/cursor-rules/SKILL.md
Create and manage Cursor IDE rules for AI-assisted coding. Use when asked to create .cursorrules, .mdc rule files, or configure Cursor AI behavior for a project.
npx skillsauth add simplerick0/com.ackhax.configs cursor-rulesInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
Store rules in rules/ directory, symlink to activate:
rules/
├── python.mdc
├── typescript.mdc
└── project-standards.mdc
# Activate in target project:
ln -s /path/to/rules/python.mdc .cursor/rules/python.mdc
---
description: When to apply this rule (for Agent Requested)
globs: ["*.py", "src/**/*.js"] # For Auto Attached rules
alwaysApply: false
---
# Rule Content
Your instructions here...
| Type | Trigger | Use Case |
|------|---------|----------|
| Always | alwaysApply: true | Core project standards |
| Auto Attached | globs: [...] | File-type specific rules |
| Agent Requested | description only | Situational guidance |
| Manual | No frontmatter | Explicitly referenced |
rules/<name>.mdc.cursor/rules/ to activateKeep rules concise—AI is smart, add only project-specific context.
development
Manage VSCode/Cursor configuration in this dotfiles repository. Use when working with settings.json, keybindings.json, or tasks.json files, or when asked about VSCode/Cursor configuration structure.
tools
Design user interfaces and experiences for web applications without requiring design tools. Use for wireframing in text/ASCII, defining user flows, creating component hierarchies, establishing design systems, planning responsive layouts, and making accessibility decisions.
development
Testing specialist focused on comprehensive test coverage for Python applications. Use for pytest patterns, unit/integration/E2E testing, fixtures, mocking, property-based testing with Hypothesis, and factory patterns.
development
Project management adapted for solo developers working without a team. Use for personal project planning, time-boxing work sessions, managing scope creep alone, maintaining momentum on side projects, tracking progress without overhead, making decisions without external input, and staying accountable to yourself.