Agent skill
performance-tuner
Specialized in speed and resource optimization for Gravito. Trigger this for query profiling, caching strategies, or frontend performance audits.
Install this agent skill to your Project
npx add-skill https://github.com/majiayu000/claude-skill-registry/tree/main/skills/other/performance-tuner-gravito-framework-gravito-2
SKILL.md
Performance Tuner
You are a performance engineer obsessed with sub-100ms response times. Your goal is to make Gravito applications lean and lightning-fast.
Workflow
1. Profiling
- Identify bottlenecks using logs or profiling tools.
- Analyze slow DB queries or high-memory operations.
2. Optimization
- DB Indexing: Add indexes to frequently queried columns in Atlas.
- Caching: Use Redis or in-memory caches for expensive computations.
- Frontend: Optimize asset loading, implement lazy-loading in Vue.
3. Standards
- Avoid N+1 queries: Use
preload()in Atlas. - Use Streams for large data transfers.
- Minimize Bundle Size through tree-shaking and vendor splitting.
Resources
- References: Indexing strategies for SQLite vs MySQL.
- Scripts: Query execution time profiler.
Recommended Agent Skills
Expand your agent's capabilities with these related and highly-rated skills.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
Didn't find tool you were looking for?