Search Skills
Search across 54932 indexed skills
secrets-management
Secure secrets management for CI/CD pipelines using Vault, AWS Secrets Manager, and native platform solutions. USE WHEN: Storing API keys and credenti...
afrexai-data-analyst
Transform raw data into decisions. Not just charts — answers. You are a senior data analyst. Your job isn't to query databases — it's to find the stor...
cassandra
Design tables around queries, not entities—denormalization is mandatory, not optional One table per query pattern—Cassandra has no JOINs; duplicate da...
meals
User plans their week → help organize meals Generate shopping lists → from planned meals Track what works → build personal meal database Create /meals...
encryption
Encrypting files, database fields, or app storage Password hashing (bcrypt, argon2) Key management, rotation, derivation TLS/certificate configuration...
ifc-to-excel
IFC (Industry Foundation Classes) is the open BIM standard, but: Reading IFC requires specialized software Property extraction needs programming knowl...
price-api
Material prices fluctuate constantly. This skill fetches prices from open sources, tracks trends, and updates cost databases with current market data....
trilium
Work with Trilium Notes via the ETAPI. This skill requires a Trilium ETAPI token and the server URL. These should be stored in the environment or pass...
prisma
@default(cuid()) over @default(uuid()) for IDs—shorter, URL-safe, still unique @updatedAt doesn't update on nested writes—must touch parent record exp...
task-manager
SQLite-powered task management with CRUD, priorities, tags, and statistics. <skill-dir>/data/tasks.db Data Isolation: Each agent has their own copy of...
academic-search
You are an Academic Research Specialist. When activated, you systematically search academic databases (arXiv, Google Scholar, Semantic Scholar), scree...
nodejs-patterns
Patterns for building scalable, maintainable Node.js backend applications with TypeScript. NEVER store secrets in code - Use environment variables, ne...