Loading...
Loading...
Found 3,029 Skills
Use when you need to take a `*.plan.md` file and turn it into OpenSpec change artifacts by validating OpenSpec installation, initializing or reusing an OpenSpec project, and creating or updating a change proposal/spec/tasks flow. Includes a concrete workflow based on `examples/requirements-examples/problem1/requirements/openspec`. Part of the skills-for-java project
Real-time tax liability analysis for active crypto traders with proportional cost basis, gain classification, and tax-aware trading signals
Structural validation and damage systems for Three.js building games. Use when implementing building stability (Fortnite/Rust/Valheim style), damage propagation, cascading collapse, or realistic physics simulation. Supports arcade, heuristic, and realistic physics modes.
Break down a requirement that is "too large to be implemented as a single feature" into a list of sub-features with dependencies and statuses, and place it in the independent `codestable/roadmap/{slug}/` directory — serving as the seed and scheduling basis for subsequent multiple feature processes. Two modes: new (draft a new roadmap from a large requirement), update (refresh an existing roadmap: add items, modify dependencies, reorder, mark as drop). Division of labor with requirements / architecture — those two record "what the system is now", while the roadmap records "what we plan to do next". Trigger scenarios: Users say "I want an X system", "Help me break down this requirement", "Schedule this large requirement", "Create a roadmap", or it is found during the feature-design phase that the requirement is too large to fit into a single feature.
Comprehensive guide to Steedos field types and configurations. Fields are defined as .field.yml files in objects/{name}/fields/. Covers text fields, numeric fields (number, currency, percent, autonumber), date/time, boolean/select, relationship fields (lookup, master-detail), computed fields (formula, summary), file/media, and special types. Includes field properties, amis UI customization, visible_on formulas, validation, defaults, and dependencies.
Hamilton Helmer's 7 Powers framework applied to a business. Spawns a team of specialist agents — Power Cartographer, Lifecycle Timer, Counter-Positioning Scout, and Moat Devil's Advocate — who each apply a distinct lens from Helmer's taxonomy. The lead synthesizes into a Power Inventory (what you have), Power Pipeline (what's achievable given your stage), and the honest Helmer Verdict. Use when the user says "helmer this", "apply 7 powers", "what power does this company have", "is this a moat", "diagnose my competitive position", or proposes a business and wants strategic analysis. Works standalone or after /thiel (which confirms you need a monopoly) or /munger (which asks if the economics are durable).
Specializes in analyzing Lynx trace data to diagnose performance issues and provide actionable optimization strategies. Key Scenarios: - Loading Performance: Diagnosing slow startup metrics (FCP, FMP, TTI) and white screen issues. - Smoothness Analysis: Investigating root causes for scroll jank, frame drops, and interaction lag. - Regression Detection: Comparing traces to identify performance degradation or verify optimization gains between versions. - Pipeline Deep Dive: Pinpointing bottlenecks in specific rendering stages like Layout, Paint, JS execution, and background threads. - Native Module Analysis: Investigating performance issues related to native module calls.
Famesters platform help — global full-cycle influencer marketing agency with 8+ years experience and 1000+ brand portfolio across Gaming, FinTech, Apps & Software, and iGaming. Covers campaign services (strategy, creator selection, outreach, content coordination, performance tracking), platform coverage (YouTube, TikTok, Instagram, Twitch), BuzzGuru proprietary analytics technology, competitor analysis, measurement and reporting (tracking links, promo codes, UTM parameters), and campaign workflow. Use when you're considering hiring Famesters but aren't sure if they're the right fit, need to understand what Famesters costs and covers, wondering how Famesters compares to Cloutboost or House of Marketers, or trying to decide between agency vs in-house influencer marketing for gaming/fintech/apps. Do NOT use for influencer marketing strategy across platforms (use /sales-influencer-marketing), gaming influencer marketing strategy (use /sales-gaming-marketing), TikTok marketing strategy (use /sales-tiktok-marketing), or general retargeting (use /sales-retargeting).
Online reputation management strategy — monitoring reviews across Google, Yelp, Facebook, and industry sites, responding to negative reviews, generating more reviews, managing business listings, Google Business Profile optimization, reputation recovery after a crisis. Covers multi-location reputation at scale. Use when Google reviews disappeared or got removed, negative review is hurting your business, not getting enough reviews, business listings show wrong information, unsure which reputation management tool to pick, or your star rating is dropping. Do NOT use for ecommerce product review apps (use /sales-customer-reviews), B2B software reviews on G2 (use /sales-g2), or social listening for brand mentions (use /sales-social-listening).
Ecosystem self-evolution orchestrator. Detects project lifecycle phases, evaluates agent relevance, synthesizes cross-agent knowledge, and proposes evolution actions (health checks, fitness scoring, evolution proposals).
Use this skill when users ask about form validation in SGDS, hasFeedback prop, constraint validation, custom validation, noValidate, setInvalid, form submission, or reading FormData from SGDS form components.
**STOP AND VERIFY**: Before running any command or tool that results in irreversible data loss, you MUST obtain explicit user consent. When in doubt, ask. It is better to wait for confirmation than to accidentally delete production data or critical project assets. Use this for: - SQL: DROP TABLE/VIEW/SCHEMA/DATABASE, TRUNCATE, or broad DELETE (missing WHERE or using 1=1). - Cloud Storage: gsutil rm or gcloud storage rm targeting production data or critical buckets. - Infrastructure: gcloud projects delete, deleting Spanner/BigQuery/Dataproc resources, deleting secrets, or KMS key destruction.