Find the perfect skill
GitHub Quantitative Trading Project Analysis
Data & AI
Search and analyze popular quantitative trading projects on GitHub, providing actionable recommendations for implementation.
Git Commit Validation
Development
Create high-quality Git commits by analyzing changes, running review agents, and logically grouping changes.
CI/CD Pilot
DevOps
Design and optimize CI/CD pipelines with GitHub Actions, GitLab CI, automated testing, linting, builds, and deployments.
API Change Shortcut
Development
Alias for aid-change-api that skips the describe step and directly produces a graded flattened Lite work.
Seed source file to processing queue
Development
Adds a source file to the processing queue. It validates the file, detects duplicates by filename and content similarity, creates an archive folder, and moves the source from inbox for processing. Use this to seed new documents into the system before extraction.
AAA Blender Modeling Playbook
Content
A structured pipeline for AAA-quality 3D modeling in Blender using a parametric-first strategy, reference-grounded modeling, and an AlphaFold-inspired refinement loop with quality gates.
Implementing Database Caching
Development
Skill for implementing multi-tier caching (Redis, in-memory, CDN) to improve database performance and reduce load.
Debugger
Development
Use when the user provides an error, exception, stack trace, failing test, or “it doesn’t work”. Diagnose the root cause and propose minimal fixes with verification steps. Helps quickly identify the most likely cause and apply the smallest safe patch.
Git - Version Control
Development
Provides expert guidance for Git version control operations including commits, branches, merging, rebasing, conflict resolution, and Git workflows. Useful when working with Git repositories, version control, or collaborative development.
Agentuity Project List
Development
Lists all projects using the Agentuity CLI. Outputs results in human-readable or JSON format. Use it to view or enumerate existing projects.
Convex Cron Jobs
Development
Scheduled function patterns for background tasks including interval scheduling, cron expressions, job monitoring, retry strategies, and best practices for long-running tasks.
Stop Android App
Development
Cleanly terminates an Android app on a connected device using 'adb shell am force-stop'. Use this skill for debugging, testing, or cleanup before deploying a new version. It preserves app data and can be safely called even if the app is not running.