skills/cursor-agents/SKILL.md
Configure and manage Cursor IDE agents for parallel AI-assisted development. Use when asked about Cursor agent mode, background agents, cloud agents, or multi-agent workflows.
npx skillsauth add simplerick0/com.ackhax.configs cursor-agentsInstall 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 agent configs in agents/ directory, symlink to activate:
agents/
├── code-reviewer.md
├── test-writer.md
└── refactor-agent.md
# Activate in target project:
ln -s /path/to/agents/code-reviewer.md .cursor/agents/code-reviewer.md
| Mode | Description | |------|-------------| | Normal | Standard agent with confirmations | | YOLO | Auto-approve actions (use with caution) | | Cloud | Run agents on Cursor's infrastructure |
agents/<name>.md.cursor/agents/ to activate/models # List available models
/rules # Manage rules
/mcp # Manage MCP servers
Combine with rules/ for consistent agent behavior across projects.
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.