defi-registry-manager
Sûr 70Manage DeFi registry expansion
par BarisSozen
Adding tokens, protocols, chains, or networks to a DeFi registry requires updates across multiple files. This skill provides checklists, templates, and validation commands to ensure consistent registry updates across frontend, backend, Rust core, and shared schema files.
defi-mev-battletest
Risque faible 66Build DeFi Bots Without Costly Mistakes
par BarisSozen
DeFi trading bots fail in production due to hidden risks that backtests miss. This skill embeds battle-tested patterns from real failures so you can avoid catastrophic losses when building arbitrage, MEV, or automated trading strategies.
ocr
Sûr 71Convert PDF and Images to Markdown
par Bae-ChangHyun
Extracting text from PDF documents and images requires multiple steps and tools. This skill uses Claude vision to accurately convert scanned documents and images into clean markdown format with proper structure preserved.
xlsx
Risque faible 68Create and edit Excel spreadsheets
par Azeem-2
Users need to work with spreadsheet data for financial modeling, reporting, and analysis. This skill provides tools to create, modify, and analyze Excel files with full formula support, formatting options, and data visualization capabilities.
Process PDF documents efficiently
par Azeem-2
Need to extract data from PDFs, fill forms, or create documents. This skill provides comprehensive PDF manipulation tools for extracting text and tables, merging documents, and programmatically filling forms.
database
Risque faible 66Build Production-Ready Database Operations
par Azeem-2
Writing database code from scratch leads to connection leaks, slow queries, and migration headaches. This skill provides battle-tested patterns for async database operations, connection pooling, migrations, and performance optimization that work across PostgreSQL, MySQL, and SQLite.
sqlmodel-crud
Sûr 69Create SQLModel database models and CRUD operations
par Awais68
Creating SQLModel database models requires understanding Pydantic integration, async sessions, and relationship configuration. This skill provides expert patterns for building type-safe database operations with proper validation.
db-connection
Sûr 72Set up database connections
par Awais68
This skill provides expert guidance for configuring database connections in Python and FastAPI applications. It covers Neon PostgreSQL setup, connection pooling, SSL configuration, and SQLAlchemy engine creation with best practices for production deployments.
data-validation
Risque faible 70Validate data with Pydantic and Zod schemas
par Awais68
Data validation is error-prone when done manually. This skill provides expert patterns for Pydantic and Zod schemas so you can build type-safe validation pipelines that catch errors early and prevent bad data from entering your system.
context7-integration
Sûr 71Integrate Context7 for knowledge management
par Awais68
Building AI-powered applications requires grounded context from documents. This skill provides ready-to-use code for integrating Context7 knowledge store with document ingestion, semantic search, and role-based access control for ERP systems.
xlsx
Sûr 81Create and manage Excel spreadsheets
par AutumnsGrove
Manual spreadsheet tasks waste time and introduce errors. This skill automates Excel file creation, editing, analysis, and visualization with formulas, charts, and formatting. It handles .xlsx, .xlsm, and .csv files for any data workflow.
sql-expert
Risque faible 79Write and Optimize SQL Queries
par AutumnsGrove
Writing complex SQL queries and optimizing database performance requires deep knowledge of query patterns, indexing strategies, and database-specific syntax. This skill provides expert guidance for building efficient queries, designing normalized schemas, and troubleshooting performance issues across PostgreSQL, MySQL, SQLite, and SQL Server.
d3js-visualization
Sûr 81Create Interactive D3.js Visualizations
par AutumnsGrove
Build professional, interactive data visualizations with D3.js. Create custom charts, dashboards, network graphs, and real-time displays with full control over every visual element.
working-with-spreadsheets
Sûr 72Create and edit Excel spreadsheets
par Asmayaseen
Users struggle to create professional Excel spreadsheets with correct formulas and financial modeling standards. This skill provides comprehensive guidance for working with openpyxl and pandas to build maintainable, error-free spreadsheets with proper color coding, number formatting, and formula validation.
neon-postgres
Sûr 71Connect to Neon PostgreSQL databases
par Asmayaseen
Build serverless applications with Neon PostgreSQL. Get connection templates, branching workflows, and optimization patterns for edge functions and serverless deployments.
memory-systems
Sûr 76Design persistent memory architectures for AI agents
par Asmayaseen
Agents lose all state when sessions end without persistent memory. This skill provides architectural patterns for layered memory systems that enable cross-session learning, entity tracking, and temporal knowledge graphs for time-aware reasoning.
evaluation
Sûr 76Build evaluation frameworks for agent systems
par Asmayaseen
Agent systems lack reliable quality measurement. This skill provides structured evaluation frameworks with multi-dimensional rubrics, test set design, and production monitoring to measure agent performance systematically.
context-degradation
Sûr 76Diagnose Context Degradation Issues
par Asmayaseen
AI agents degrade as context grows larger. This skill provides patterns to recognize, measure, and fix degradation before it affects your results. Use it to build resilient systems that handle long conversations reliably.
xlsx
Sûr 71Create and analyze Excel spreadsheets with formulas
par ArtemisAI
Excel files with formulas lose their calculated values when edited programmatically. This skill provides tools to create, modify, and recalculate Excel spreadsheets while preserving formula integrity and detecting errors.
data-processor
Sûr 68Transform data arrays efficiently
par ArtemisAI
Processing large datasets manually requires many tokens and risks errors. This skill provides reusable patterns for filtering, mapping, aggregating, and transforming array data in code, reducing token usage while ensuring consistent results.