Get paid from day one. Payments, subscriptions, billing portal, webhooks, metered billing, Stripe Connect.
Score 70/100
Build tools that agents can use effectively, including architectural reduction patterns
Score 70/100
Upstash QStash expert for serverless message queues, scheduled jobs, and reliable HTTP-based task delivery without managing infrastructure.
Score 70/100
Use when starting any conversation - establishes how to find and use skills, requiring Skill tool invocation before ANY response including clarifying questions
Score 70/100
Use when you have a spec or requirements for a multi-step task, before touching code
Score 70/100
Document technical debt, anti-patterns, and patterns to avoid from analyzed frameworks. Use when (1) creating a "Do Not Repeat" list from framework analysis, (2) categorizing…
Score 70/100
Anti-vibecoding learning framework. Generate detailed explanations of code written by AI with curated external resources for deeper learning.
Score 70/100
Multi-model committee conflict resolution with weighted voting, multisig arbitration, and escalation cascade.
Score 70/100
Débriefe un épisode d'anxiété, de panique ou de stress intense et aide à en extraire des observations utiles.
Score 70/100
Use when implementing real-time features requiring reliability, especially LLM streaming. Applies AnyCable patterns for message delivery guarantees, presence tracking, and Action…
Score 70/100
Manage grocery and shopping lists via AnyList. Use when user asks about shopping lists, groceries, or adding/checking off items to buy.
Score 70/100
Implement type-safe configuration with anyway_config gem. Use when creating configuration classes, replacing ENV access, or managing application settings.
Score 70/100
Capture a meaningful architectural or workflow decision as an ADR or decision note, place it in the canonical decision surface, and verify the rationale stays discoverable.
Score 70/100
Detect reviewed or repeated project processes that are candidates for automation, classify whether they are seed-ready, and route them to the right owner layer without granting…
Score 70/100
Clarify system or domain boundaries, name contexts, and surface interfaces so changes stay semantically scoped.
Score 70/100
Plan and execute a bounded, non-trivial repository change with explicit verification and reporting. Use when code, config, docs, or operational surfaces change in a meaningful way…
Score 70/100
Bridge provisional checkpoint evidence into one explicit reviewed closeout execution chain without turning notes into final harvest, progression, or quest authority.
Score 70/100
Separate reusable core logic from glue, orchestration, and infrastructure detail. Use when stable rules are mixed with wiring, the same logic repeats in several places, or reviews…
Score 70/100
Prefer simulation, preview, or inspect-only paths before any real mutation, then require one explicit confirmation for the concrete mutating step.
Score 70/100
Audit whether existing tests and checks actually constrain the stable invariants that matter. Use when you need to judge if current coverage proves a rule or only repeats…
Score 70/100
Express stable system or domain truths as invariant-oriented tests or checks rather than only fixed examples.
Score 70/100
Give the final promotion verdict on one repeated reviewed quest-shaped unit without collapsing skills, playbooks, orchestrator classes, proof, or memory into one layer.
Score 70/100
Turn raw technical material into a shareable public-safe artifact while keeping the raw source separate, placing the sanitized result in the canonical sharing surface, and…
Score 70/100
Lift reviewed session evidence into a bounded multi-axis progression delta with explicit unlock hints, quest reflection cues, and no fake single-score authority.
Score 70/100
Turn reviewed session evidence into explicit next-route forks with likely gains, costs, risks, owner targets, and stop conditions so continuation stays legible instead of buried…
Score 70/100
Classify drift, friction, proof gaps, ownership confusion, and repeated failure patterns from a reviewed session into a bounded diagnosis packet without mutating anything yet.
Score 70/100
Turn a reviewed diagnosis packet into the smallest honest repair packet with checkpoint posture, rollback markers, health checks, and explicit owner-layer targets instead of…
Score 70/100
Delegate one bounded child route through quest-passport law, local-first Codex execution defaults, hard gates for progression, self-agent, and stress posture, and governed return…
Score 70/100
Main coordinator for the automated Advent of Code workflow. Orchestrates puzzle fetching, TDD solving, and submission for daily AoC challenges.
Score 70/100
Unified project setup and story generation skill that auto-detects new vs existing projects. Three modes: first-run (creates repo, registers project, activates), subsequent-run…
Score 70/100
One-shot governed bug fix loop: diagnose → plan → implement → verify → document. TRIGGER when: user reports a bug, pastes an error message/stack trace/failing test, or asks to fix…
Score 70/100
POC kickstart skill that transforms a project idea into a sequenced consumer guide with 6-10 seed features.
Score 70/100
Multi-feature orchestration skill that bridges /aod.blueprint output to parallel wave execution. Groups synced GitHub Issues by ICE priority tier (P0/P1/P2) into sequential waves,…
Score 70/100
Manage stack packs — activate, remove, list, and scaffold technology-specific conventions for AI coding agents.
Score 70/100
Debug AOTInductor (AOTI) errors and crashes. Use when encountering AOTI segfaults, device mismatch errors, constant loading failures, or runtime errors from aot_compile, aot_load,…
Score 70/100
Manages Apache Avro schema evolution with compatibility checking via Confluent Schema Registry API. Validates forward, backward, and full compatibility across schema versions…
Score 70/100
Maps and transforms data between systems using Apache Camel route definitions and the Camel Component API.
Score 70/100
Expert guidance for Apache NiFi data integration platform including flow design, processors, controller services, process groups, NiFi Registry integration, and cluster…
Score 70/100
Wraps Apache Tika Server REST API for extracting structured text from PDFs, DOCX, PPTX, and 1,200+ file formats.
Score 70/100
Extracts structured text, metadata, and embedded objects from PDFs, Office documents, and 1000+ file formats using the Apache Tika REST API.
Score 70/100
Extracts text and metadata from 1000+ file formats using Apache Tika server REST API. Handles PDF OCR via Tesseract integration, Office document parsing, and email archive…
Score 70/100
Automate Apaleo tasks via Rube MCP (Composio). Always search tools first for current schemas.
Score 70/100
When and how to split an Apex class into Domain / Service / Selector layers using this repo's lightweight base classes (BaseDomain, BaseService, BaseSelector).
Score 70/100
Use when posting to a Chatter feed, creating feed comments, @mentioning users or groups, or rendering rich-text posts from Apex via the ConnectApi namespace.
Score 70/100
Use when sending Custom Notifications (bell icon / mobile push) from Apex via `Messaging.CustomNotification`.
Score 70/100
Use when choosing between DML statements and Database class methods, handling partial success, managing savepoints, or using Database.DMLOptions for assignment rules and duplicate…
Score 70/100
Use when invoking Autolaunched Flows from Apex via `Flow.Interview.createInterview`. Covers parameter typing, output retrieval, governor boundaries, and when to inline logic…
Score 70/100
@future methods: primitive-only parameters, callout=true, no chaining, 50 per transaction, error handling.
Score 70/100
Remove hardcoded Salesforce record IDs (Profile, RecordType, User, Queue, custom) from Apex and replace with describe-API, name-based SOQL, or Custom Metadata-driven lookups.
Score 70/100
HttpCalloutMock for Apex tests: HttpCalloutMock interface, StaticResourceCalloutMock, MultiStaticResourceCalloutMock, Test.setMock, multi-call mocks for pagination, error-path…
Score 70/100
Sharing records programmatically via Apex: Share objects, row cause, sharing recalculation, with/without sharing patterns.
Score 70/100
Grant row-level access programmatically via __Share records when declarative sharing rules cannot express the policy.
Score 70/100
Use when choosing or implementing Apex test doubles with `Test.setMock`, `HttpCalloutMock`, `StaticResourceCalloutMock`, or `StubProvider`, and when designing code seams to…
Score 70/100
Plan and scope a project — discovery, challenge assumptions, present S/M/L options with token and cost estimates.
Score 70/100
Polymorphic SOQL with TYPEOF: querying Task.WhatId, Task.WhoId, ContentDocumentLink.LinkedEntityId, FeedItem.ParentId; fallback to Type filters; indexing and selectivity.
Score 70/100
Engineering lead reconnaissance — inventory the project before planning. Use when asked to "understand this project", "orient me on this codebase", "what's the state of the repo",…
Score 70/100
Cross-cutting review of recent work — catches gaps between specialists. Use when asked to "review what we built", "check the work", "pre-launch review", or after completing a…
Score 70/100
Database.Savepoint / Database.rollback for partial-transaction undo: placement rules, ID reset, limit counters, nested savepoints, rollback after callout.
Score 70/100
Scheduling Apex classes using the Schedulable interface: implementing execute(), cron expressions, System.schedule(), monitoring CronTrigger records, job limits, and job chaining…
Score 70/100
CTO-level project status from git and codebase state. Use when asked "where are we", "project status", "what's done", or at the start of a work session.
Score 70/100