siviter-xyz/dot-agent▌
6 approved skills in this repository
frontend-engineer
Frontend
Comprehensive guide for modern React development, emphasizing Suspense-based data fetching, lazy loading, proper file organization, and performance optimization.
cursor-best-practices
Productivity
Guidance for maximizing Cursor productivity through planning, context management, and effective agent workflows. \n \n Start with Plan Mode for complex tasks and manage context by letting the agent find relevant code, starting fresh conversations when needed \n Extend agent capabilities using Rules for static context and Skills for dynamic, reusable operations \n Adopt test-driven development, use the agent to explore codebases, automate git operations, and run parallel agents for comparison \n
create-agents-md
Productivity
Guide for creating AGENTS.md files for project-specific inline rules.
software-engineer
Productivity
Core principles and preferences for code style, documentation, and development workflow.
create-skill
Productivity
Comprehensive guide for building modular skills that extend agent capabilities with specialized knowledge and workflows. \n \n Skills are self-contained packages providing specialized workflows, tool integrations, domain expertise, and bundled resources for agents \n SKILL.md must stay under 200 lines; use progressive disclosure by splitting detailed content into references/ files to reduce context load and activation time \n Structure includes required YAML frontmatter (name, description) and m
python
Backend
Standards and best practices for Python development. Follow these guidelines when writing or modifying Python code.