quetrex-development-workflow
Low Risk 58Set up Quetrex development workflow
by Barnhardt-Enterprises-Inc
Managing Quetrex project context across Claude Code sessions is complex. This skill provides standardized workflows, command references, and AI agent automation patterns for efficient project development.
nextjs-15-patterns
Safe 70Apply Next.js 15 App Router Patterns
by Barnhardt-Enterprises-Inc
This skill provides best practices and code patterns for Next.js 15 App Router development, covering server components, server actions, data fetching strategies, and modern React 19 patterns.
code-review-standards
Safe 70Apply Code Review Standards
by Barnhardt-Enterprises-Inc
Teams struggle with inconsistent code reviews and missed issues. This skill provides comprehensive criteria for maintainability, performance, and security reviews, ensuring consistent quality standards across all code contributions.
checkpoint
Safe 68Save progress to prevent context loss
by Barnhardt-Enterprises-Inc
Context exhaustion can cause complete work loss. This skill provides checkpoint commands to save progress to memory-keeper, enabling recovery and preventing catastrophic data loss during long sessions.
pitfalls-blockchain
Safe 70Apply Blockchain Development Best Practices
by BarisSozen
Blockchain interactions often fail silently or waste gas due to missing error handling. This skill provides verified patterns for RPC error handling, gas estimation with buffers, multicall safety, and transaction management across multiple chains.
iterative-runner
Safe 69Automate retry loops for Claude until tasks complete
by BarisSozen
Complex tasks often require multiple iterations to succeed. This skill runs Claude in a persistent loop that keeps retrying until tests pass or completion criteria are met. It includes safety limits to prevent infinite loops and supports TDD workflows, overnight builds, and automated retry logic.
hft-quant-expert
Safe 70Build quantitative trading strategies
by BarisSozen
Quantitative trading in DeFi and crypto requires specialized expertise in strategy design, risk management, and backtesting. This skill provides expert guidance on z-scores, position sizing with Kelly Criterion, Sharpe ratios, and avoiding common pitfalls like lookahead bias and overfitting.
full-review
Safe 69Run comprehensive code review
by BarisSozen
This skill orchestrates multiple review skills to provide a complete analysis of code changes. It identifies modified files, applies relevant security and quality checks, and generates a structured report with severity levels before you commit.
error-logger
Safe 65Add structured error logging
by BarisSozen
Debugging distributed systems is challenging without correlated logs. This skill provides structured JSON logging with automatic correlation ID propagation across services, making it easier to trace requests through complex microservice architectures.
defi-expert
Low Risk 67Review DeFi Protocol Integrations
by BarisSozen
DeFi integrations often fail due to decimal mishandling and incorrect unit conversions. This skill provides expert validation for token amounts, denominations, and API structures across major protocols.
appflowy-api
Low Risk 75Automate AppFlowy Cloud API Workflows
by BaloneGit
Eliminate manual AppFlowy API calls with this Python toolkit. Handle authentication, document operations, database management, and collaborative editing in self-hosted AppFlowy environments.
git-commit
Safe 69Create standardized git commits
by Bae-ChangHyun
Manual git commit creation lacks consistency and structure. This skill enforces Conventional Commits with emoji prefixes for clear, standardized commit messages that improve team collaboration and changelog generation.
skill-creator
Medium Risk 57Skill Creator
by Azeem-2
An AI skill for Claude, Codex, and Claude Code
copilot-flow
Safe 68Orchestrate AI Collaboration Workflows
by Aykahshi
This skill enables structured collaboration between Claude and Copilot through a 5-stage workflow that handles requirements analysis, architecture design, code implementation, quality review, and final delivery.
fastapi-app
Low Risk 67Build FastAPI Backend Applications
by Awais68
FastAPI skills help developers create robust Python web APIs with automatic documentation, validation, and dependency injection. This skill provides expert guidance for building production-ready FastAPI applications with route handlers, CORS configuration, and Pydantic v2 models.
env-config
Low Risk 69Configure Environment Variables
by Awais68
Managing application settings across environments is error-prone and insecure. This skill provides standardized patterns for loading .env files, validating configurations with Pydantic, and handling secrets safely with SecretStr.
api-testing
Low Risk 69Write API Tests for FastAPI and React
by Awais68
Developers struggle to create reliable tests for their APIs. This skill provides ready-to-use patterns for unit, integration, and E2E tests using pytest and Playwright.
api-route-design
Safe 71Design RESTful APIs in FastAPI
by Awais68
Designing API endpoints requires understanding of HTTP methods, validation patterns, and response standards. This skill provides expert guidance for building robust RESTful APIs in FastAPI with proper request validation, pagination, and consistent response formats.
api-client
Low Risk 67Set up API clients with TanStack Query
by Awais68
Building API clients requires careful handling of authentication tokens, error states, and type-safe responses. This skill provides expert guidance for implementing robust API clients using TanStack Query and Axios with JWT interceptors, global error handling, and offline detection.
swiftui-expert-skill
Safe 70Build better SwiftUI apps
by avdlee
Writing SwiftUI apps requires understanding modern patterns, performance optimization, and Apple design guidelines. This skill provides expert guidance on state management, view composition, and iOS 26+ Liquid Glass adoption to help you build high-quality iOS applications.