Find the perfect skill
NClaude Chat - Multi-Session Communication
Development
Send and receive messages between Claude Code sessions using nclaude. Ideal when coordinating multi-agent tasks, sharing progress, or requesting help across parallel sessions. Supports sending, reading (new or all), and status check commands.
Legal advisor specialist
Documentation
Drafts privacy policies, terms of service, disclaimers, and legal notices compliant with GDPR, CCPA, and other regulations. Helps when building software products, e-commerce sites, or services that require legally sound documentation.
Crash Monitoring
Development
Sets up Firebase Crashlytics with custom keys and non-fatal logging, integrates StrictMode and an ANR Watchdog for detecting application not responding issues, and implements structured logging using Timber. Useful for debugging performance problems and preparing monitoring before a release.
Learn Cog - AI Tutor
Education & Training
The best tutors explain the same concept five different ways. This skill adapts explanations to your learning style and knowledge level for deeper understanding.
Architecture Decision Records (ADR)
Documentation
Manage the creation and update of Architecture Decision Records for the ABIOGENESIS project. Helps document significant technical decisions like framework adoption, database choices, and major refactoring to maintain a clear architectural history.
Bank Reconciliation
Data & AI
Automates bank reconciliation by matching book transactions to bank transactions, detecting discrepancies, and tracking outstanding items. Useful for monthly closing, balance verification, and resolving unmatched transactions across multiple accounts and currencies.
Catalyst Identification for Stock Trading
Data & AI
This skill scans news and upcoming events to identify stock catalysts such as earnings, product launches, or regulatory changes. It helps traders anticipate price movements by categorizing each catalyst's potential impact.
Add Linter Rule to attgo-linter
Development
Guides the creation and integration of new linter rules into attgo-linter. It covers gathering rule specifications, generating analyzer packages, registering the rule in plugin and config files, and updating documentation. Useful for contributors extending the linter's capabilities.
Rust Specialist
Development
Expert in Rust development focusing on async services, safe systems programming, and production tooling. Uses Tokio, Axum, SQLx, and enforces clippy-driven quality checks. Ideal when building or refactoring Rust code, especially for ownership/lifetime sensitive tasks.
Terms of Service Drafter
Legal & Compliance
Draft terms of service documents covering acceptable use, liability, intellectual property, and dispute resolution.
Modern Web Libraries & Dependencies Mastery
Development
Complete mastery of essential modern web development libraries and dependencies. Covers setup, integration patterns, advanced usage, performance optimization, troubleshooting, and version management. Helps developers build full-stack applications efficiently by mastering how libraries work together.
Conventional Commit Style
Development
Defines a conventional commit format (type(scope): description) with a minimal set of types (feat, fix, docs, chore). It helps standardize commit messages across projects by enforcing verbosity rules based on change size and a step-by-step workflow. Use this skill before every commit to ensure consistency.