Find the perfect skill
Create Pull Request
Development
Push branch and create a GitHub PR with concise, issue-linked description.
Browser automation with persistent state
Testing
Automates browser interactions with persistent page state. Use for navigating, taking screenshots, filling forms, extracting data, and verifying UI behavior. Helpful when testing frontends or automating browser workflows.
Check iteration progress status
Development
Checks the `docs/work/` directory to list all iterations, display the current iteration's step-by-step progress (table with completion status), and prompt the next step to execute. Helps track project status in structured workflows.
Atomic Git Commits
Development
Creates logically grouped, atomic git commits with well-formatted messages following best practices and conventional commits.
miniextendr Serde Integration
Development
Use when the user asks about serializing Rust types to R without writing TryFromSexp or IntoR by hand, how serde Serialize/Deserialize maps to R lists and vectors, and related concepts.
X (Twitter) Integration
Content
Integrates X (Twitter) functionality into NanoClawbster, allowing posting, liking, replying, retweeting, and quoting tweets via WhatsApp. Useful for managing X interactions through chat commands.
Cheat on Content
Productivity
Methodology that turns feelings into a calibratable prediction loop: score, blind predict, execute, retrospective, evolve rubric. Includes three built-in rubrics for daily tasks, learning, and AI coding.
Svelte API
Development
API development and integration with Svelte. Guide to set up and deploy API solutions.
RFP Multi-Source Ingestion
Data & AI
Handles ingestion of RFP opportunities from sources such as SAM.gov, eMMA, and RFPMart, including CSV uploads via Admin UI. Normalizes all records to a canonical schema and deduplicates based on externalId and source. Use when adding new data sources, modifying ingestion logic, or debugging data fetching issues.
Cross-Repository GitHub Actions Coordination
DevOps
Coordinate GitHub Actions runner configuration updates across multiple project-beta repositories. Ensure workflow runner labels exactly match Helm runner scale set names to prevent CI/CD job deadlocks.
Calendar Scheduling Evaluation
Testing
Tests an agent's capacity to handle complex constraint satisfaction by managing and resolving conflicting schedules from natural language descriptions.
MetaTrader 5 Log Reader
DevOps
Reads MetaTrader 5 log files to access Print() output and error messages without manually checking the Experts pane. Useful for validating indicator, script, and EA execution, as well as analyzing compilation or runtime errors.