Browse Skills — Page 143
31,078 public skills · showing 14,201–14,300
- 100/100
hz-platform-sdk
meta-quest/agentic-tools
Guides integration of the Horizon Platform SDK for Meta Quest and Horizon OS Android/Kotlin apps — achievements, IAP, users, leaderboards, presence, notifications, abuse reporting, entitlements, asset files, application lifecycle, consent, device integrity, language packs, user age categories, and rate and review. Covers setup, initialization, API usage, data types, error handling, and best practices for all 17 public platform SDK packages.
- 100/100
hz-psdk-integration
meta-quest/agentic-tools
For 3P / EXTERNAL developers: guides interactive Horizon Platform SDK (PSDK) integration for Meta Quest and Horizon OS Android/Kotlin apps — analyzes the codebase, recommends public platform features, plans the integration, and validates on device. Uses the external toolchain (Gradle, metavr, a developers.meta.com / Rocksteady App ID). For 1P apps inside fbsource (buck, Chesterfield/ni, adb), use psdk_1p_onboarding_agent instead.
- 100/100
hz-quest-verify-first
meta-quest/agentic-tools
>-
- 100/100
hz-simpleperf-debug
meta-quest/agentic-tools
Profiles Meta Quest and Horizon OS application CPU performance using simpleperf — workload classification, CPU hotspot recording, kernel overhead measurement. Use when diagnosing whether an app is CPU-bound, memory-bound, or I/O-bound on Quest devices.
- 100/100
hz-spatial-sdk
meta-quest/agentic-tools
Builds spatial Android apps for Meta Quest and Horizon OS with Meta Spatial SDK — ECS architecture, 2D panels, 3D objects, hybrid experiences. Use when creating Kotlin-based spatial applications.
- 85/100
hz-store-pwa
meta-quest/agentic-tools
Guides shipping a web app to the Meta Quest and Horizon OS Store as a PWA/TWA — both 2D windowed panels and immersive WebXR/VR. Covers building the web app (IWSDK for WebXR, any responsive PWA for 2D), Vercel deploy, web app manifest + icons, the WebXR-only auto-enter-session step, choosing 2D vs immersive mode in @meta-quest/bubblewrap-cli, keystore/Digital-Asset-Links, and ovr-platform-util Store upload. Use before any IWSDK/WebXR build, PWA packaging, bubblewrap, or Horizon Store upload work.
- 100/100
hz-store-submit
meta-quest/agentic-tools
Guides end-to-end Meta Quest and Horizon OS app submission to the Meta Horizon Store — build validation, store-readiness checks, asset preparation, upload, and submission tracking. Use when preparing a Quest app for store publishing.
- 100/100
hz-unity-code-review
meta-quest/agentic-tools
Reviews Unity code targeting Meta Quest and Horizon OS for performance issues, rendering best practices, and common VR pitfalls. Use during code review or when diagnosing Quest performance problems in Unity projects.
- 100/100
hz-unity-face-tracking
meta-quest/agentic-tools
Drive ARKit-blendshape-rigged head/face models in Unity with the wearer's facial expressions on Meta Quest via Meta Movement SDK (face tracking + A2E). Use when a user has an FBX with the 52 ARKit blendshapes (any prefix, _L/_R suffixes) and wants it to animate from face tracking on Quest Pro / Quest 3 / Quest 3S.
- 100/100
hz-unity-fbx-import
meta-quest/agentic-tools
Ensures complete FBX URLs or absolute paths are used when importing external 3D models into Unity projects targeting Meta Quest and Horizon OS. Use when adding FBX files, 3D models, or external assets.
- 100/100
hz-unity-meta-core-sdk
meta-quest/agentic-tools
Meta XR Core SDK (com.meta.xr.sdk.core) for Unity XR development. Use when setting up VR/MR projects, configuring OVRManager, adding OVRCameraRig, enabling passthrough, hand tracking, spatial anchors, boundaryless mode, controller input, Scene API, or any Meta Quest XR feature. Covers OVRProjectSetup, AndroidManifest generation, and project configuration for Meta Quest headsets.
- 100/100
hz-unity-meta-mixed-reality-utility-kit
meta-quest/agentic-tools
Meta XR Mixed Reality Utility Kit (MRUK) (com.meta.xr.mrutilitykit) for Unity XR development. Use when working with Scene API data (rooms, walls, floors, furniture), spawning prefabs on scene anchors, placing virtual objects in the real world, world locking to prevent anchor drift, raycasting against room geometry, generating NavMesh from scene data, environment depth raycasting for instant placement without scanning, Passthrough Camera Access (PCA), trackable detection (keyboards, QR codes), destructible scene meshes, space maps, room sharing for multiplayer, or any MR scene-aware feature.
- 100/100
hz-unity-meta-movement-sdk-retargeting
meta-quest/agentic-tools
Set up and tweak Meta Movement SDK (MSDK) retargeting for a character model. Use this whenever the user wants to retarget a humanoid FBX/prefab for Meta Quest body tracking, generate a retargeting config, or hand-edit the resulting `<asset>.json` (fix known-joint mappings, exclude joints from auto-mapping, rename target joints, adjust per-joint mapping weights, change a mapping behavior to twist/childAlignedTwist, edit T-pose values). The headless entry point is `Meta.XR.Movement.Editor.MSDKUtilityEditor.RunDefaultRetargetingSetup(GameObject asset)` — call it via Unity MCP first, then hand-edit if needed. **Skip** if the user is editing runtime retargeting code, the source `OVRSkeletonData.json`, or non-MSDK files.
- 100/100
hz-unity-meta-quest-ui
meta-quest/agentic-tools
Configures Unity UI for Meta Quest and Horizon OS VR development — world-space canvases, TextMesh Pro setup, comfortable sizing, viewing distances, and interaction readiness.
- 100/100
hz-unity-passthrough-camera-access
meta-quest/agentic-tools
Meta Quest Passthrough Camera Access (PCA) for Unity — access the forward-facing RGB cameras on Quest 3 / Quest 3S to feed Computer Vision and Machine Learning pipelines. Use when capturing the passthrough camera image/texture, reading the camera pose and intrinsics, projecting camera pixels into world space via `PassthroughCameraAccess.ViewportPointToRay`, wiring camera frames into ML/CV models, or reasoning about resolution, permissions, vendor tags, and the pinhole/principal-point model. For projecting the image onto a flat world-space surface (frustum-slice quad / image-plane overlay) see references/principal-point-offset.md; for placing 2D ML detections as world-space 3D bounding boxes see references/detection-bounding-boxes.md. Skip if the user only wants to cast the user's POV (use the Media Projection API instead) or is doing screen-space-only overlays.
- 100/100
hz-unity-placement
meta-quest/agentic-tools
Ensures accurate object placement in Unity projects targeting Meta Quest and Horizon OS by using Renderer and Collider bounds when objects are added, moved, or positioned relative to other objects.
- 100/100
hz-unity-platform-sdk
meta-quest/agentic-tools
Guides integration of the Horizon Platform SDK for Meta Quest and Horizon OS Unity/C# apps — achievements, IAP, users, leaderboards, challenges, presence, notifications, abuse reporting, entitlements, asset files, application lifecycle, consent, device integrity, language packs, user age categories, and rate and review. Covers setup, initialization, API usage, data types, error handling, and best practices for all 18 public platform SDK packages.
- 100/100
hz-unity-project-analyzer
meta-quest/agentic-tools
Analyzes, documents, and maintains a living `.agent-docs/` knowledge base for Unity projects targeting Meta Quest and Horizon OS. Use when the user asks to scan project structure, explain how a Unity system works, or update project docs after structural changes.
- 100/100
hz-unity-tmp-resources
meta-quest/agentic-tools
Imports and configures TextMesh Pro Essential Resources for Unity projects targeting Meta Quest and Horizon OS. Use when setting up TMP UI, fixing missing TMP materials or fonts, or resolving pink/magenta TMP text.
- 100/100
hz-vr-debug
meta-quest/agentic-tools
Debugs Meta Quest and Horizon OS VR/MR applications using the metavr CLI — view logs, capture screenshots, diagnose common issues. Use when troubleshooting crashes, errors, or unexpected behavior on Quest devices.
- 100/100
hz-xr-simulator-setup
meta-quest/agentic-tools
Sets up the Meta XR Simulator for testing Meta Quest and Horizon OS apps without a physical device. Use when configuring device-free testing for Unity or Unreal projects.
- 100/100
i-believed
Soul-Brews-Studio/arra-oracle-skills-cli
Declare belief — looking back or leaping forward. 'I believed in you' = it was worth it. 'I believe in you' = I choose trust now. Use when user says 'i believed', 'i believe', 'believed in you', 'believe in this', or expresses conviction in the collaboration. The rarest skill — most sessions never use it.
- 100/100
i-have-adhd
ayghri/i-have-adhd
Shape output for a reader with ADHD: lead with the next action, number multi-step work, restate state across turns, suppress tangents, give specific time estimates, make wins visible. Invoke with /i-have-adhd; stays on until "stop adhd mode".
- 100/100
i18n
TheBeardedBearSAS/claude-craft
Règle 09 : Internationalisation (i18n). Use when implementing internationalization.
- 100/100
i18n Accessibility
Community-Access/accessibility-agents
Internationalization and RTL accessibility specialist. Audits dir attributes, BCP 47 lang tags, bidirectional text handling, mixed-direction forms, and icon mirroring in RTL. Ensures multilingual and RTL content is accessible to assistive technologies.
- 100/100
i18n-date-patterns
yonatangross/orchestkit
Implements internationalization (i18n) in React applications. Covers user-facing strings, date/time handling, locale-aware formatting, ICU MessageFormat, and RTL support. Use when building multilingual UIs or formatting dates/currency.
- 100/100
i18n-expert
daymade/claude-code-skills
This skill should be used when setting up, auditing, or enforcing internationalization/localization in UI codebases (React/TS, i18next or similar, JSON locales), including installing/configuring the i18n framework, replacing hard-coded strings, ensuring en-US/zh-CN coverage, mapping error codes to localized messages, and validating key parity, pluralization, and formatting.
- 100/100
i18n-glossary-sync
Fr-e-d/GAAI-framework
Maintain a canonical i18n glossary file — sync new terms across all language pairs, detect drift, flag missing translations, and enforce consistent terminology across the codebase.
- 100/100
i18n-helper
laolaoshiren/claude-code-skills-zh
国际化/本地化助手 — 扫描代码中的硬编码文本、生成 i18n 配置、批量翻译
- 100/100
i18n-localization
benjaminasterA/antigravity-awesome-skills
Internationalization and localization patterns. Detecting hardcoded strings, managing translations, locale files, RTL support.
- 100/100
i18n-localization-v2
diegosouzapw/awesome-omni-skills
i18n & Localization workflow skill. Use this skill when the user needs Internationalization and localization patterns. Detecting hardcoded strings, managing translations, locale files, RTL support and the operator should preserve the upstream workflow, copied support files, and provenance before merging or handing off.
- 100/100
i18n-validate
Fr-e-d/GAAI-framework
Validate translation completeness and consistency across all locale files — detect missing keys, untranslated strings, format mismatches, and glossary violations.
- 100/100
i18next
TerminalSkills/skills
>-
- 100/100
iacuc-protocol-drafter
aipoch/medical-research-skills
Draft IACUC protocol applications with focus on the 3Rs principles justification.
- 100/100
iam
itsmostafa/aws-agent-skills
AWS Identity and Access Management for users, roles, policies, and permissions. Use when creating IAM policies, configuring cross-account access, setting up service roles, troubleshooting permission errors, or managing access control.
- 100/100
ib-account
staskh/trading_skills
Get account summary from Interactive Brokers including cash balance, buying power, and account value. Use when user asks about their account, balance, buying power, or available cash. Requires TWS or IB Gateway running locally.
- 100/100
ib-check-deck
anthropics/financial-services
Investment banking presentation quality checker. Reviews a pitch deck or client-ready presentation for (1) number consistency across slides, (2) data-narrative alignment, (3) language polish against IB standards, (4) visual and formatting QC. Use whenever the user asks to review, check, QC, proof, or do a final pass on a deck, pitch, or client materials — including requests like "check my numbers", "reconcile figures across slides", "is this client-ready", or "what am I missing before I send this out".
- 100/100
ib-collar
staskh/trading_skills
Generate tactical collar strategy reports for protecting PMCC positions through earnings or high-risk events. Requires TWS or IB Gateway running locally.
- 100/100
ib-create-consolidated-report
staskh/trading_skills
Consolidate IBRK trade CSV files from a directory into a summary report. Groups trades by symbol, underlying, date, strike, buy/sell, and open/close. Outputs both markdown and CSV.
- 100/100
ib-find-short-roll
staskh/trading_skills
Find roll options for existing short positions OR find best covered call/put to open against long stock. Use when user asks about rolling shorts, finding roll candidates, writing covered calls, or managing option positions. Requires TWS or IB Gateway running locally.
- 100/100
ib-option-chain
staskh/trading_skills
Get option chain data from Interactive Brokers for equities, ETFs, and futures (FOP), including calls and puts with strikes, bids, asks, volume, implied volatility, and model Greeks. Use when user asks about options using IBKR data, futures options (NQ/ES/CL/GC...), or needs real-time option quotes from their broker. Requires TWS or IB Gateway running locally.
- 100/100
ib-pmcc-advisor
staskh/trading_skills
Analyze PMCC (Poor Man's Covered Call / diagonal spread) positions from IB portfolio. For each diagonal spread, reports short leg risk (delta, IV, assignment probability), daily P&L projections, top-3 roll candidates, and a side-by-side comparison table. Requires TWS or IB Gateway running locally.
- 100/100
ib-portfolio
staskh/trading_skills
Get portfolio positions from Interactive Brokers. Use when user asks about their portfolio, positions, holdings, or what stocks they own. Requires TWS or IB Gateway running locally.
- 100/100
ib-portfolio-action-report
staskh/trading_skills
Generate a comprehensive portfolio action report with earnings dates and risk assessment. Use when user asks for portfolio review, action items, earnings risk, or position management across IB accounts. Requires TWS or IB Gateway running locally.
- 100/100
ib-report-delta-adjusted-notional-exposure
staskh/trading_skills
Report delta-adjusted notional exposure across all IBKR accounts. Calculates option deltas using Black-Scholes and reports long/short exposure by account and underlying. Use when user asks about delta exposure, portfolio risk, or directional exposure.
- 100/100
ib-stop-loss
staskh/trading_skills
Downside stop-loss management for PMCC, naked LEAPS, and stock positions in IB. Computes stop prices, detects alerts, and places conditional combo orders. Dry-run by default. Requires TWS or IB Gateway running locally.
- 100/100
ib-summarizer
aipoch/medical-research-skills
Summarize core safety information from Investigator's Brochures for clinical.
- 100/100
ib-trades-history
staskh/trading_skills
Fetch trade executions from Interactive Brokers filtered by account, date range, or symbol. Supports live API (~7 days history) and FlexReport (full history). Use when user asks about their trades, executions, or transaction history. Requires TWS or IB Gateway running locally.
- 100/100
ib-trailing-stop
staskh/trading_skills
Server-side trailing stop management for stocks and naked LEAPS in IB. Places native TRAIL orders that auto-ratchet the stop as price climbs. Dry-run by default. Requires TWS or IB Gateway running locally.
- 100/100
ibc-building-codes
TerminalSkills/skills
>-
- 100/100
ibis
TerminalSkills/skills
Expert guidance for Ibis, the Python dataframe library that provides a pandas-like API but generates SQL for execution on any backend — DuckDB, PostgreSQL, BigQuery, Snowflake, Spark, and more. Helps developers write analytics code once and run it anywhere without rewriting SQL for each database.
- 100/100
ic-memo
anthropics/financial-services
Draft a structured investment committee memo for PE deal approval. Synthesizes due diligence findings, financial analysis, and deal terms into a professional IC-ready document. Use when preparing for investment committee, writing up a deal, or creating a formal recommendation. Triggers on "write IC memo", "investment committee memo", "deal write-up", "prepare IC materials", or "recommendation memo".
- 100/100
icd10-cm-skill
anthropics/healthcare
Extract billable ICD-10-CM diagnosis codes from a clinical note the way a professional coder builds the claim. Use when users say "code this encounter", "assign ICD-10 codes", "what diagnosis codes apply", "code this chart", or when turning clinical documentation into claim-ready diagnosis codes.
- 100/100
ichimoku
HKUDS/Vibe-Trading
Ichimoku Kinko Hyo five-line system signal engine. A standalone Japanese technical-analysis school that generates trading signals from Tenkan/Kijun crossovers, cloud position, and Chikou confirmation. Pure pandas implementation.
- 100/100
icims-talent-cloud-automation
ComposioHQ/awesome-claude-skills
"Automate Icims Talent Cloud tasks via Rube MCP (Composio). Always search tools first for current schemas."
- 100/100
icon-lookup
malob/nix-config
>-
- 100/100
icon-set-generator
jezweb/claude-skills
Generate cohesive, project-specific SVG icon sets for websites and applications. Use this skill whenever the user needs custom icons, an icon set for a website or app, icons for a client project, or mentions needing SVG icons that look consistent together. Also trigger when the user describes a project and icons would naturally be part of the deliverable — e.g. 'I'm building a site for a plumber' implies they'll need service icons. Trigger on: 'icons for', 'icon set', 'custom icons', 'SVG icons', 'make me icons', 'I need icons', 'website icons', 'project icons', or any request for consistent visual assets for a web project. Produces individual SVG files with a consistent style engine, not generic icon library lookups.
- 100/100
iconsax-library
diegosouzapw/awesome-omni-skills
Iconsax Library Skill workflow skill. Use this skill when the user needs Extensive icon library and AI-driven icon generation skill for premium UI/UX design and the operator should preserve the upstream workflow, copied support files, and provenance before merging or handing off.
- 100/100
iconsax-library-v2
diegosouzapw/awesome-omni-skills
Iconsax Library Skill workflow skill. Use this skill when the user needs Extensive icon library and AI-driven icon generation skill for premium UI/UX design and the operator should preserve the upstream workflow, copied support files, and provenance before merging or handing off.
- 100/100
icp-deep-scanner
OneWave-AI/claude-skills
Deep-scan any tools you connect (CRM, email, support, reviews, analytics, billing, database) to produce a data-grounded Ideal Customer Profile and a reusable persona library. Read-only by default. Use when you need to define or refresh your ICP, build buyer personas from real data instead of guesses, or generate the persona inputs that the customer-panel-of-experts and prospect-panel-simulator skills consume.
- 100/100
icp-identification
gooseworks-ai/goose-skills
>
- 100/100
icp-matching
guia-matthieu/clawfu-skills
Score and qualify prospects against your Ideal Customer Profile using firmographic, technographic, and behavioral criteria
- 100/100
icp-research
thatrebeccarae/claude-marketing
Build detailed ideal customer profiles with pain points, objections, buying triggers, and messaging angles. Includes community research to find where ICPs gather online and extract their exact language. Use when researching audiences, creating buyer personas, or developing targeted messaging.
- 100/100
icp-website-audit
gooseworks-ai/goose-skills
>
- 100/100
icpg
alinaqi/maggy
Intent-Augmented Code Property Graph — tracks WHY code exists via ReasonNodes with formal contracts, 6-dimension drift detection, and 3 canonical pre-task queries for autonomous development
- 100/100
icypeas-automation
ComposioHQ/awesome-claude-skills
"Automate Icypeas tasks via Rube MCP (Composio). Always search tools first for current schemas."
- 100/100
id-photo-tool
aipoch/medical-research-skills
Replace an ID photo background color (blue/white/red) and/or add a configurable text watermark when you need compliant ID-photo variants from local JPG/PNG files.
- 100/100
idac
trailofbits/idac
Use for reverse-engineering work through the local `idac` CLI against a live IDA GUI session, an existing `.i64` / `.idb` database, or a binary that IDA can open. Trigger this skill when the task involves decompilation, disassembly, ctree or microcode inspection, functions, locals, types, xrefs, strings, imports, C++ class or vtable recovery, target or backend selection, prototype or local/type mutations, reanalysis, or IDAPython execution through IDA.
- 100/100
idea
Chorus-AIDLC/Chorus
Chorus Idea workflow — claim ideas, run elaboration, and prepare for proposal.
- 80/100
Idea Capture
aaronjmars/aeon
Quick note capture triggered via Telegram — restates, triages, logs, and echoes back for confirmation
- 100/100
idea-chorus
Chorus-AIDLC/Chorus
Chorus Idea workflow — claim ideas, run elaboration rounds, and prepare for proposal creation.
- 100/100
idea-creator
wanshuiyin/Auto-claude-code-research-in-sleep
Generate and rank research ideas given a broad direction. Use when user says "找idea", "brainstorm ideas", "generate research ideas", "what can we work on", or wants to explore a research area for publishable directions.
- 100/100
idea-darwin
diegosouzapw/awesome-omni-skills
Idea Darwin Engine workflow skill. Use this skill when the user needs Darwinian idea evolution engine \u2014 toss rough ideas onto an evolution island, let them compete, crossbreed, and mutate through structured rounds to surface your strongest concepts and the operator should preserve the upstream workflow, copied support files, and provenance before merging or handing off.
- 100/100
idea-darwin-v2
diegosouzapw/awesome-omni-skills
Idea Darwin Engine workflow skill. Use this skill when the user needs Darwinian idea evolution engine \u2014 toss rough ideas onto an evolution island, let them compete, crossbreed, and mutate through structured rounds to surface your strongest concepts and the operator should preserve the upstream workflow, copied support files, and provenance before merging or handing off.
- 100/100
idea-discovery
wanshuiyin/Auto-claude-code-research-in-sleep
Workflow 1: Full idea discovery pipeline. Orchestrates research-lit → idea-creator → novelty-check → research-review → research-refine-pipeline to go from a broad research direction to validated, pilot-tested ideas. Use when user says \"找idea全流程\", \"idea discovery pipeline\", \"从零开始找方向\", or wants the complete idea exploration workflow.
- 100/100
idea-discovery-pipeline
GRIND-Lab-Core/night_owl_research_agent
The full pipeline for idea generation. It generates 8-12 novel research ideas from literature gaps and evaluates each on novelty, feasibility, and domain fit. Orchestrates lit-review → generate-idea → novelty-check → idea-review → experiment-design-pipeline to go from a broad research direction to a validated, pilot-tested idea with a refined proposal and experiment plan. Produces output/IDEA_REPORT.md plus refinement and experiment artifacts.
- 100/100
idea-discovery-robot
wanshuiyin/Auto-claude-code-research-in-sleep
Workflow 1 adaptation for robotics and embodied AI. Orchestrates robotics-aware literature survey, idea generation, novelty check, and critical review to go from a broad robotics direction to benchmark-grounded, simulation-first ideas. Use when user says \"robotics idea discovery\", \"机器人找idea\", \"embodied AI idea\", \"机器人方向探索\", \"sim2real 选题\", or wants ideas for manipulation, locomotion, navigation, drones, humanoids, or general robot learning.
- 100/100
openai/idea-generation
openai/plugins
Use when triaging public-equity idea candidates. Do not use for final trade recommendations, pitches, memos, or models.
- 100/100
anthropics/idea-generation
anthropics/financial-services
Systematic stock screening and investment idea sourcing. Combines quantitative screens, thematic research, and pattern recognition to surface new long and short ideas. Use when looking for new ideas, running screens, or conducting thematic sweeps. Triggers on "idea generation", "stock screen", "find ideas", "what looks interesting", "screen for", "new ideas", or "pitch me something".
- 100/100
idea-os
diegosouzapw/awesome-omni-skills
idea-os workflow skill. Use this skill when the user needs Five-phase pipeline (triage \u2192 clarify \u2192 research \u2192 PRD \u2192 plan) that turns a raw idea into four linked files: clarifying questions, deep research, a PRD with non-goals and metrics, and a phased execution plan with mermaid user journey and kill criteria and the operator should preserve the upstream workflow, copied support files, and provenance before merging or handing off.
- 100/100
idea-os-v2
diegosouzapw/awesome-omni-skills
idea-os workflow skill. Use this skill when the user needs Five-phase pipeline (triage \u2192 clarify \u2192 research \u2192 PRD \u2192 plan) that turns a raw idea into four linked files: clarifying questions, deep research, a PRD with non-goals and metrics, and a phased execution plan with mermaid user journey and kill criteria and the operator should preserve the upstream workflow, copied support files, and provenance before merging or handing off.
- 100/100
idea-pipeline
aaronjmars/aeon
Weekly execution gap audit — cross-references the startup idea backlog against shipped skills, prototypes, and cross-repo PRs. Surfaces the top 3 ideas to build this week based on narrative fit and operator fit.
- 100/100
idea-refine
addyosmani/agent-skills
Refines raw ideas into sharp, actionable concepts through structured divergent and convergent thinking. Use when an idea is still vague, when you need to stress-test assumptions before committing to a plan, or when you want to expand options before converging on one. Triggers on "ideate", "refine this idea", or "stress-test my plan".
- 100/100
idea-scale-automation
ComposioHQ/awesome-claude-skills
"Automate Idea Scale tasks via Rube MCP (Composio). Always search tools first for current schemas."
- 100/100
idea-sprint
solanabr/solana-ai-kit
Find and validate what to build in crypto. Use when the user asks "what should I build", "validate this idea", "is this worth building", "find me a startup idea", "crypto idea", or wants blunt feedback on a project concept before writing code.
- 100/100
idea-synthesis
yogsoth-ai/de-anthropocentric-research-engine
Synthesize diverse ideas into coherent solution concepts. Combines fragments from multiple ideation passes into structured, actionable ideas with clear mechanism descriptions.
- 100/100
idea-validator
aaronjmars/aeon
Screen the startup idea backlog — research competitive landscape, score viability, surface the strongest picks from memory/topics/startup-ideas.md
- 100/100
ideal-customer-profile
phuryn/pm-skills
Identify the Ideal Customer Profile (ICP) from research data with demographics, behaviors, JTBD, and needs. Use when defining your ICP, analyzing PMF survey data, or understanding who your best customers are.
- 80/100
ideate
nelsonwerd/idea-to-ship-skills
>-
- 100/100
ideate
openai/plugins
Generate image-based alternatives, remixes, or new design directions from a Product Design brief. Use when the user asks for design variants, visual exploration, remixes, or image-generated approaches from provided context.
- 100/100
ideation
NousResearch/hermes-agent
Generate project ideas via creative constraints.
- 100/100
idemcp
liby/dotfiles
Use IDE language server via MCP to fix diagnostics, rename symbols, find references, and organize imports. Use proactively when there are TypeScript/linting errors, or when IDE tools are more accurate than CLI equivalents.
- 100/100
identify-assumptions
borghei/Claude-Skills
>
- 100/100
identify-assumptions-existing
phuryn/pm-skills
Identify risky assumptions for a feature idea in an existing product across Value, Usability, Viability, and Feasibility. Uses multi-perspective devil's advocate thinking. Use when stress-testing a feature idea, doing risk assessment, or preparing for assumption mapping.
- 100/100
identify-assumptions-new
phuryn/pm-skills
Identify risky assumptions for a new product idea across 8 risk categories including Go-to-Market, Strategy, and Team. Use when evaluating startup risks, assessing a new product concept, or mapping assumptions for a new venture.
- 100/100
identify-doc-code-disagreements
imbue-ai/mngr
Identify places in the $1 library where the docs and code disagree
- 100/100
identify-inconsistencies
imbue-ai/mngr
Identify inconsistencies in the $1 library
- 100/100
identify-kill-list
lyndonkl/claude
Names what the substacker writer should stop doing — habits with no evidence of use, goals that became theatre, sections with 2 consecutive dormant quarters, and agents in the team whose output the writer ignores. Produces a bulleted list, each item with one sentence of why. Max 4 items. Ordered by ease (easiest first). Used once per Growth Strategist review. Trigger keywords: kill list, stop doing, what to cut, dead habits, dormant, ignored output.
- 100/100
identify-obstacles
yogsoth-ai/de-anthropocentric-research-engine
Enumerate barriers to pursuing the chosen research direction — knowledge barriers, resource barriers, capability barriers, competition barriers. May optionally use search tools to discover obstacles the user hasn't mentioned.
- 100/100
identify-outdated-docstrings
imbue-ai/mngr
Identify outdated docstrings in the $1 library
Page 143 of 311