Find the perfect skill
EVM Transaction Info Fetcher
Data & AI
Fetches details of an EVM transaction given its hash. Uses the cast tool (Foundry) and supports Ethereum, Polygon, Arbitrum, Optimism, Base, and BSC chains. Helps users quickly look up transaction information.
Ansatz Designer
Data & AI
Design of parameterized quantum circuits for variational algorithms, balancing expressibility and trainability. Hardware-efficient ansatz generation and barren plateau detection.
Diataxis Documentation Framework
Documentation
Create comprehensive, user-focused documentation using the Diataxis framework. Identify the right documentation type (tutorials, how-to guides, references, explanations) and apply best practices for each.
MCP Server Builder
Development
Covers principles for building MCP (Model Context Protocol) servers, including tool design, resource patterns, error handling, security, and configuration. Helps developers create well-structured, secure, and testable MCP servers for AI tool integration.
Commit and push LeetCode problem
Development
Automates committing and pushing a solved LeetCode problem. It formats code, stages all changes, creates a commit with message 'Problem <number>', and pushes to the remote repository. Useful for standardizing and speeding up the submission of LeetCode solutions.
Event Sourcing Architect
Development
Expert in event sourcing, CQRS, and event-driven architectures. Designs event stores, builds projections, and orchestrates sagas for systems requiring full audit trails or temporal queries. Ideal for complex domain modeling, eventual consistency, and decoupled read/write models.
Orbital Debris Assessment
Data & AI
Provides orbital debris risk assessment for collision avoidance and mitigation compliance. Supports debris environment modeling, conjunction assessment, and maneuver planning to ensure mission safety and regulatory adherence.
Mobile Accessibility
Development
Audits mobile interfaces for accessibility issues including touch target sizes, focus management, and WCAG 2.1 mobile criteria. Implements support for VoiceOver (iOS), TalkBack (Android), and screen reader navigation.
Hex Documentation Search
Development
Search Elixir package documentation with local-first approach, automatic fetching, and source code access. Find module/function docs, usage examples, and integration patterns for Hex packages.
Document splitting
Data & AI
Reads documents and splits them into manageable chunks based on line count, character size, markdown sections, or paragraphs. Supports overlapping chunks to maintain context. Useful for processing large files, analysis, or transfer tasks.
New Module Creation
Development
For creating a new module in the 9Trip ERP, this skill guides code file generation while strictly adhering to the database schema (DBSchema.js) and data access rules via DBManager. Helpful when implementing a new entity that requires compliant persistence and user interface following project best practices.
API Design Assistant
Development
Design RESTful and GraphQL APIs following industry standards, generate OpenAPI specs, and create consistent endpoint patterns.