Browse Skills — Page 149
31,120 public skills · showing 14,801–14,900
- 100/100
init-physics-intern
huggingface/physics-intern-skills
Scaffold a PhysicsIntern research workspace in the current folder.
- 100/100
init-rules
lifedever/claude-rules
>
- 100/100
init-template
striderZA/OpenCodeGameStudios
First-time repo setup for new projects. Transforms the cloned OCGS template into a clean, ready-to-use game project with your own identity.
- 100/100
initialize
hrconsultnj/claude-plugins
Detect project stack and generate Composure config (.composure/no-bandaids.json, task queue, framework reference docs). Run once per project.
- 100/100
anthropics/initiating-coverage
anthropics/financial-services
Create institutional-quality equity research initiation reports through a 5-task workflow. Tasks must be executed individually with verified prerequisites - (1) company research, (2) financial modeling, (3) valuation analysis, (4) chart generation, (5) final report assembly. Each task produces specific deliverables (markdown docs, Excel models, charts, or DOCX reports). Tasks 3-5 have dependencies on earlier tasks.
- 100/100
openai/initiating-coverage
openai/plugins
Use when building public-equity-investing initiating coverage reports. Do not use for trade pitches, memos, earnings notes, models, or tearsheets.
- 100/100
inject
boshu2/agentops
Load relevant .agents context.
- 100/100
inject-faults
matlab/simulink-agentic-toolkit
Add, configure, and manage faults on Simulink, Simscape, and System Composer model signals for robustness analysis and safety validation. Use when injecting faults (stuck, noise, gain, offset) onto block inports/outports, enabling fault simulation, or analyzing fault effects. Covers sensor failures, signal corruptions, actuator faults, FMEA validation, and robustness testing. Requires Simulink Fault Analyzer.
- 100/100
injection-fidelity
yogsoth-ai/de-anthropocentric-research-engine
loss-1 judge - read a sample's full dialogue and decide whether the user simulator semantically enacted its Policy Card. check-blind.
- 100/100
injury-report-tracker
OneWave-AI/claude-skills
Monitor injury news across leagues. Fantasy impact analysis, backup player analysis, return timeline estimates.
- 100/100
google-labs-code/ink
google-labs-code/design.md
Ink terminal renderer for json-render that turns JSON specs into interactive terminal UIs. Use when working with @json-render/ink, building terminal UIs from JSON, creating terminal component catalogs, or rendering AI-generated specs in the terminal.
- 100/100
simota/ink
simota/agent-skills
Generating SVG icons/illustrations, designing icon systems, and constructing sprite symbols. Use when vector assets are needed.
- 100/100
vercel-labs/ink
vercel-labs/json-render
Ink terminal renderer for json-render that turns JSON specs into interactive terminal UIs. Use when working with @json-render/ink, building terminal UIs from JSON, creating terminal component catalogs, or rendering AI-generated specs in the terminal.
- 100/100
ink-component-patterns
TheBushidoCollective/han
Use when building terminal UIs with Ink component patterns for React-based CLI applications.
- 100/100
ink-hooks-state
TheBushidoCollective/han
Use when managing state and side effects in Ink applications using React hooks for terminal UIs.
- 100/100
ink-layout-styling
TheBushidoCollective/han
Use when creating terminal layouts with Ink using Flexbox-based positioning and styling for CLI applications.
- 100/100
ink-ts-screen-composition
kongyo2/ink-ts-screen-composition
Use this skill when designing or refactoring an Ink + TypeScript interactive CLI / terminal UI and you need app-like screen composition: fullscreen shells, transcript-plus-composer layouts, master-detail browsers, tabs, fuzzy pickers, wizards, dialogs, overlays, notifications, and explicit keyboard focus models. Use it when rich terminal UX is preferred over traditional line-oriented CLI behavior.
- 100/100
inkasso-rdg
Klotzkette/claude-fuer-deutsches-recht
Begleitet registrierte Inkassounternehmen und Rechtsanwälte bei der rechtskonformen Durchführung von Inkassodienstleistungen nach dem RDG – von Registrierungsvoraussetzungen über Hinweispflichten gegenüber Schuldnern bis zur Vergütung und datenschutzkonformen Datenverarbeitung. Lädt bei Fragen zu Inkasso, RDG-Registrierung, Mahnung, Schuldnerschutz und Legal-Tech-Inkasso.
- 100/100
inkasso-zahlungsklage-ersteller
Klotzkette/claude-fuer-deutsches-recht
Freistehender Inkasso-Zahlungsklage-Ersteller: Mahnvorlauf, Anspruchs-Gatekeeper, Teilzahlung/Erfuellung, Verzug, Inkassokosten, Gerichtsortfindung. Klage nur fuer klare, faellige und belegte Ansprueche.
- 100/100
inkrafttreten-uebergangsrecht
Klotzkette/claude-fuer-deutsches-recht
Inkrafttretens- und Uebergangsregelung fuer Gesetze und Verordnungen formulieren. Anwendungsfall Entwurf ist inhaltlich fertig Artikel Inkrafttreten und Uebergangsrecht muessen noch ergaenzt werden. Standardformel Stichtagsregelung Altfaelle bestehende Vertraege bestehende Verwaltungsakte. Vacatio legis genuegend Vorlauf pruefen. Gestaffeltes Inkrafttreten verschiedene Artikel. EU-Bezug Stillhalteperiode Notifizierung. Aussenwirkung erst nach Bekanntmachung BGBl. Output Paragraf Inkrafttreten plus Uebergangsregelung fertig formuliert.
- 100/100
inngest
benjaminasterA/antigravity-awesome-skills
Inngest expert for serverless-first background jobs, event-driven workflows, and durable execution without managing queues or workers. Use when: inngest, serverless background job, event-driven wor...
- 95/100
inngest-durable-functions
joelhooks/joelclaw
Create and configure Inngest durable functions. Covers triggers (events, cron, invoke), step execution and memoization, idempotency, cancellation, error handling, retries, logging, and observability.
- 95/100
inngest-events
joelhooks/joelclaw
Design and send Inngest events. Covers event schema and payload format, naming conventions, IDs for idempotency, the ts param, fan-out patterns, and system events like inngest/function.failed.
- 95/100
inngest-flow-control
joelhooks/joelclaw
Configure Inngest flow control for functions. Covers concurrency limits with keys, throttling, rate limiting, debounce, priority, singleton, and event batching.
- 90/100
inngest-local
joelhooks/joelclaw
"Set up self-hosted Inngest on macOS as a durable background task manager for AI agents. Interactive Q&A to match intent — from Docker one-liner to full k8s deployment with persistent state. Use when: 'set up inngest', 'background tasks', 'durable workflows', 'self-host inngest', 'event-driven functions', 'cron jobs', or any request for a local workflow engine."
- 95/100
inngest-middleware
joelhooks/joelclaw
Create and use Inngest middleware for cross-cutting concerns. Covers the middleware lifecycle, creating custom middleware, dependency injection with dependencyInjectionMiddleware, encryption via @inngest/middleware-encryption, Sentry error tracking via @inngest/middleware-sentry, and custom middleware patterns.
- 90/100
inngest-setup
joelhooks/joelclaw
Set up Inngest in a TypeScript project. Install the SDK, create a client, configure environment variables, serve endpoints or connect as a worker, and run the local dev server.
- 95/100
inngest-steps
joelhooks/joelclaw
Use Inngest step methods to build durable workflows. Covers step.run, step.sleep, step.waitForEvent, step.waitForSignal, step.sendEvent, step.invoke, step.ai, and patterns for loops and parallel execution.
- 100/100
inngest-v2
diegosouzapw/awesome-omni-skills
Inngest Integration workflow skill. Use this skill when the user needs Inngest expert for serverless-first background jobs, event-driven and the operator should preserve the upstream workflow, copied support files, and provenance before merging or handing off.
- 100/100
innovations-und-technologiemaerkte
Klotzkette/claude-fuer-deutsches-recht
Prueft Marktabgrenzung in dynamischen Technologiemaerkten und Innovationsmaerkten. Behandelt technologische Substitution Patent-Pools Standard-Essential-Patents Innovation-Markets-Doktrin und die Frage ob Innovationswettbewerb Produktmarktmacht ausgleicht. Einschluss von FuE-Maerkten in Fusionskontrolle.
- 100/100
inplasy-registration-helper
aipoch/medical-research-skills
Assists researchers in generating INPLASY registration content for meta-analyses from a title and optional protocol. Use when the user wants to draft a INPLASY registration form.
- 0/100
input-guard
seaworld008/Commonly-used-high-value-skills
Scan untrusted external text (web pages, tweets, search results, API responses) for prompt injection attacks. Returns severity levels and alerts on dangerous content. Use BEFORE processing any text from untrusted sources.
- 100/100
input-space-construction
yogsoth-ai/de-anthropocentric-research-engine
Build input spaces for two source concepts
- 100/100
input-validation
datadrivenconstruction/DDC_Skills_for_AI_Agents_in_Construction
Validate construction data inputs before processing: cost estimates, schedules, BIM data, field reports. Catch errors early with domain-specific rules.
- 100/100
inquire
jongwony/epistemic-protocols
Infer context insufficiency before execution. Surfaces uncertainties through information-gain prioritized inquiry when AI infers areas of context insufficiency, producing informed execution. Type: (ContextInsufficient, AI, INQUIRE, Prospect) → InformedExecution. Alias: Aitesis(αἴτησις).
- 100/100
inquirer
TerminalSkills/skills
>-
- 100/100
insider-trading
staskh/trading_skills
Get insider trading activity (SEC Form 4 filings) for one or more stocks. Use when user asks about insider buying/selling, executive transactions, insider sentiment, or Form 4 activity.
- 100/100
insight
yogsoth-ai/de-anthropocentric-research-engine
Insight Campaign — deep root-cause analysis of why research gaps persist. 5 strategies (root-cause-drilling, stakeholder-mapping, tension-mining, question-reformulation, assumption-audit), 4 tactics, 13 subagent SOPs.
- 100/100
insighto-ai-automation
ComposioHQ/awesome-claude-skills
"Automate Insighto AI tasks via Rube MCP (Composio). Always search tools first for current schemas."
- 100/100
insights
rohitg00/pro-workflow
Show session analytics, learning patterns, correction trends, heatmaps, and productivity metrics. Computes stats from project memory and session history. Use when asking for stats, statistics, progress, how am I doing, coding history, or dashboard.
- 100/100
inso-bargeschaeft-142
Klotzkette/claude-fuer-deutsches-recht
§ 142 InsO: Bargeschaeftsprivileg. Voraussetzungen gleichwertiger und unmittelbarer Gegenleistung, Ausschluss bei Kenntnis der Zahlungsunfaehigkeit und Reformen durch AnfRefG 2017.
- 100/100
inso-grundtatbestand-129-glaeubigerbenachteiligung
Klotzkette/claude-fuer-deutsches-recht
§ 129 InsO: Grundtatbestand der Insolvenzanfechtung. Rechtshandlung, objektive Glaeubigerbenachteiligung, Kausalitaet. Abgrenzung unmittelbarer und mittelbarer Benachteiligung.
- 100/100
inso-inkongruente-deckung-131
Klotzkette/claude-fuer-deutsches-recht
§ 131 InsO: Anfechtung inkongruenter Deckung. Sicherung oder Befriedigung, die in dieser Art, zu diesem Zeitpunkt oder ueberhaupt nicht beansprucht werden konnte. Fristen und Kenntnisvermutung.
- 100/100
inso-kongruente-deckung-130
Klotzkette/claude-fuer-deutsches-recht
§ 130 InsO: Anfechtung kongruenter Deckung. Sicherung oder Befriedigung in den letzten drei Monaten vor Insolvenzantrag. Zahlungsunfaehigkeit und Kenntnis des Anfechtungsgegners.
- 100/100
inso-rechtsfolge-rueckgewaehr-143-bis-147
Klotzkette/claude-fuer-deutsches-recht
Rechtsfolge der InsO-Anfechtung §§ 143 bis 147 InsO: Rueckgewaehr zur Insolvenzmasse, Wertersatz, Rueckgewaehr der Gegenleistung. Anspruchskonkurrenzen und Geltendmachung durch Insolvenzverwalter.
- 100/100
inso-unentgeltliche-leistung-134
Klotzkette/claude-fuer-deutsches-recht
§ 134 InsO: Anfechtung unentgeltlicher Leistungen in den letzten vier Jahren vor Insolvenzantrag. Unentgeltlichkeitsbegriff, Ausnahmen fuer Anstandsschenkungen und nahestehende Personen.
- 100/100
inso-unmittelbar-nachteilige-rechtshandlungen-132
Klotzkette/claude-fuer-deutsches-recht
§ 132 InsO: Anfechtung unmittelbar nachteiliger Rechtshandlungen. Tatbestand, Verhaeltnis zu § 129 InsO, Kausalitaet der Nachteiligkeit und Fristen der letzten drei Monate.
- 100/100
inso-vorsatzanfechtung-133
Klotzkette/claude-fuer-deutsches-recht
§ 133 InsO: Vorsatzanfechtung. Benachteiligungsvorsatz des Schuldners, Kenntnis des Anfechtungsgegners. Neufassung seit 5. April 2017: zehn und vier Jahre Fristen. Kenntnisvermutungen.
- 100/100
insolvenzantragspflicht-paragraph-15a-inso-und-drei-wochen-frist
Klotzkette/claude-fuer-deutsches-recht
§ 15a InsO Insolvenzantragspflicht: Triggerlogik, Maximalfrist drei Wochen, strafrechtliche Sanktion § 15a Abs. 4 InsO, Quasi-Notgeschäftsführer, Handlungskorridore zur Enthaftung, Verhältnis zu StaRUG.
- 100/100
insolvenzgeld-165-sgb-iii
Klotzkette/claude-fuer-deutsches-recht
Pruefraster Insolvenzgeld § 165 ff. SGB III. Anspruchs-Voraussetzungen Arbeitsentgelt-Forderungen letzte drei Monate vor Insolvenz-Ereignis. Insolvenz-Ereignis § 165 Abs. 1 SGB III Eroeffnung Insolvenz-Verfahren Abweisung mangels Masse Vollstreckungs-Aussichts-Losigkeit. Antragsfrist zwei Monate § 324 SGB III Nach-Antragsfrist sechs Monate. Anspruchs-Hoehe brutto bis Beitrags-Bemessungs-Grenze. Antragstellung Agentur fuer Arbeit. Vor-Finanzierung durch Banken bis 75 Prozent Insolvenzgeld. Aufgaben Insolvenzverwalter Lohnabrechnung Bescheinigungen. Schnittstelle Anwartschaft Sozial-Versicherungs-Beitraege.
- 100/100
insolvenzrecht-kaltstart-interview
Klotzkette/claude-fuer-deutsches-recht
Kaltstart-Interview für das Insolvenzrecht-Plugin. Befüllt das Praxisprofil unter ~/.claude/plugins/config/claude-fuer-deutsches-recht/insolvenzrecht/CLAUDE.md mit Angaben zur Rolle (Insolvenzverwalter / Sachwalter / beratender Anwalt / Geschäftsleiter / Sanierungsberater / Wirtschaftsprüfer), typischen Verfahrensarten (Regelinsolvenz / Eigenverwaltung / Schutzschirm / StaRUG / Konzerninsolvenz), bevorzugten Gutachten-Standards (IDW S 6 / S 9 / S 11) und Eskalationsstrukturen. Lädt bei Erstinstallation oder wenn die Konfiguration noch [PLATZHALTER]-Marker enthält. Mit --redo für ein erneutes Interview, mit --integrationen-pruefen nur für eine Konnektoren-Prüfung.
- 100/100
inspect-agent-package
openakita/openakita
Preview the contents of a .akita-agent package file without installing it. Shows manifest, profile, bundled skills, and validation status.
- 100/100
inspect-dropbox-file
openai/plugins
Inspect a Dropbox file or folder by checking metadata, shared links, and file content when needed. Use when the user asks what a file is, whether it is shared, when it changed, what access links exist, or asks to read/analyze a Dropbox file.
- 100/100
inspecting-skills
oaustegard/claude-skills
Discovers and indexes Python code in skills, enabling cross-skill imports. Use when importing functions from other skills or analyzing skill codebases.
- 100/100
inspector
QinghongLin/data2story-skill
Run sentence-level traceability verification on a Data2Story blog (verify.py -> verifier.json), then emit the in-page Inspector panel (the reader-facing runnable verifier) + the verify/ artifacts (verify_map.json, run_cells.json, the reproducible notebook, cell_registry.json). Mostly Python; the runnable layer recomputes each computation in-browser from its inlined data and grades it against the published output, while the bundled notebook re-executes from raw data. Use verify.py at Stage 6.4 (after validate.py, before the Critic) and generate_viewer.py at Stage 7 after the Programmer authors the verify/ files and pastes the panel shell. Triggers: a built index.html plus the role JSONs exist, or you need the traceability map / the in-page runnable verifier.
- 100/100
inspired-product
wondelai/skills
Build empowered product teams using discovery and delivery dual-track. Use when the user mentions "product discovery", "empowered teams", "feature factory", "opportunity assessment", "product vision", "product strategy", "what should we build", or "our roadmap is just a feature list". Also trigger when restructuring teams away from output-driven models, or deciding what to build next based on outcomes. Covers discovery techniques, team structure, opportunity assessment, vision/strategy, and continuous delivery. For customer interviews, see mom-test. For ongoing discovery systems, see continuous-discovery.
- 100/100
instacart-automation
ComposioHQ/awesome-claude-skills
"Automate Instacart tasks via Rube MCP (Composio). Always search tools first for current schemas."
- 100/100
instagram
hyperfx-ai/marketing-skills
Manage Instagram professional accounts via the Hyper MCP — publish photos, Reels, Stories, and carousels; moderate comments and mentions; send Direct Messages; pull account and media insights. Uses the Instagram API with Instagram Login (Business Login). Use when the user mentions Instagram posts, Reels, Stories, carousels, IG DMs, Instagram comments, mentions, profile, or analytics. For paid Instagram advertising, use `meta-ads`.
- 100/100
instagram-automation
benjaminasterA/antigravity-awesome-skills
Automate Instagram tasks via Rube MCP (Composio): create posts, carousels, manage media, get insights, and publishing limits. Always search tools first for current schemas.
- 100/100
instagram-automation-v2
diegosouzapw/awesome-omni-skills
Instagram Automation via Rube MCP workflow skill. Use this skill when the user needs Automate Instagram tasks via Rube MCP (Composio): create posts, carousels, manage media, get insights, and publishing limits. Always search tools first for current schemas and the operator should preserve the upstream workflow, copied support files, and provenance before merging or handing off.
- 100/100
instagram-hashtag-posts
browser-act/skills
Scrapes Instagram posts by hashtag, returning media items with captions, like/comment counts, media URLs and user info from the hashtag explore feed. Use when user mentions Instagram hashtag scraping, get posts by hashtag, IG hashtag feed, scrape Instagram by tag, hashtag posts Instagram, search Instagram hashtag, pull posts from hashtag, Instagram topic posts, trending hashtag content, Instagram tag posts.
- 50/100
instagram-marketing
TerminalSkills/skills
>-
- 100/100
instagram-place-posts
browser-act/skills
Scrapes Instagram posts tagged at a specific location or place, returning media items with captions, like/comment counts, media URLs and user info. Use when user mentions Instagram location posts, posts from a place on Instagram, Instagram geotag scraping, posts tagged at location, Instagram place feed, get posts from a venue on Instagram, Instagram location data, posts near me Instagram, place-based Instagram content, tagged location posts.
- 100/100
instagram-post-comments
browser-act/skills
Fetches comments from an Instagram post including comment text, username, timestamp, like count and reply count. Use when user mentions Instagram comments scraping, get comments from Instagram post, Instagram comment list, pull Instagram comments, read Instagram comments, Instagram post discussion, extract Instagram comments, comment data from Instagram, IG post replies, who commented on Instagram.
- 100/100
instagram-post-downloader
mohitagw15856/pm-claude-skills
Download Instagram posts — single images or full carousels — directly from a URL. Fetches high-resolution files from Instagram's CDN, saves them into a named folder, and stitches carousel slides into a single PDF. Supports batch downloading of multiple URLs at once. Use when asked to download, save, or archive an Instagram post, reel thumbnail, or carousel.
- 100/100
instagram-profile-meta
browser-act/skills
Fetches Instagram user profile metadata including bio, follower count, following count, post count, verification status and other profile details. Use when user mentions Instagram profile info, user stats, account details, follower count, bio scraping, Instagram user data, IG profile, check Instagram account, Instagram user info, how many followers does someone have on Instagram, get Instagram profile, Instagram account metadata.
- 100/100
instagram-profile-posts
browser-act/skills
Scrapes posts from an Instagram user's profile feed including captions, media URLs, like/comment counts, timestamps and location tags. Use when user mentions scraping Instagram posts, download Instagram feed, get posts from Instagram account, IG profile posts, Instagram user posts, pull posts from Instagram, Instagram post list, get someone's Instagram content, batch download Instagram, Instagram media scraper.
- 100/100
install
notque/vexjoy-agent
Verify VexJoy Agent installation, diagnose issues, and guide first-time setup.
- 100/100
install-atk
microsoft/skills
>
- 100/100
install-canvas-capture-browser
remotion-dev/remotion
Install and verify the pinned Chrome for Testing build used by the private Remotion Canvas Capture extension on Apple Silicon macOS. Use when setting up Canvas Capture, when Recorder Chrome is missing or has the wrong version, or when the canvas-capture-extension installer reports that Chrome for Testing 150.0.7842.0 (r1631007) is unavailable.
- 100/100
install-codex-config
trailofbits/codex-config
>-
- 100/100
install-from-remote-library
MoizIbnYousaf/Ai-Agent-Skills
Use when installing skills from a shared ai-agent-skills library repo. Inspect with `--list` first, prefer `--collection`, and preview with `--dry-run` before installing.
- 100/100
install-hub-agent
openakita/openakita
Download and install an Agent from the OpenAkita Platform Agent Store
- 100/100
install-skill
openakita/openakita
Install skill from URL or Git repository to local skills/ directory. When you need to add new skill from GitHub or install SKILL.md from URL. Supports Git repos and single SKILL.md files.
- 100/100
install-store-skill
openakita/openakita
Install a Skill from the OpenAkita Platform Skill Store
- 100/100
install-verification
agentlas-ai/Agentlas-OS
Use when verifying that a generated agent package can be installed, discovered by runtimes, and checked without private dependencies.
- 100/100
install-vscode-extension
microsoft/vscode
'How to install a VS Code extension from an extension ID. Useful when the user wants to add new capabilities to their VS Code environment by installing extensions.'
- 100/100
install-xcode
expo/tuft-skills
Install a specific Xcode version on a Mac using the xcodes CLI, handing the Apple ID sign-in (password + 2FA) to the user through a shared live terminal. Use when a task needs Xcode/simulators and the machine doesn't have the right version, or the user asks to install/upgrade Xcode.
- 100/100
install-zapier
zapier/gtm-cheat-codes
Install and connect Zapier, routing to the right surface (MCP, SDK, or CLI) for what the person needs. Use when someone says "install Zapier", "add Zapier", "connect Zapier", or "set up Zapier", or when they want an AI client (Claude, ChatGPT, Cursor) to use their apps, want to call Zapier from code, or want Zapier in the terminal.
- 100/100
installer-packs
artokun/comfyui-mcp
Use when installing a model family from an installer pack, or when building/deriving a new pack from an upstream installer or a workflow JSON. Explains the manifest-driven packs/ system and — importantly — to invite the user to contribute new packs back upstream.
- 100/100
Installing Skills System
obra/clank
Fork, clone to ~/.clank, run installer, edit CLAUDE.md
- 100/100
installing-skills
oaustegard/claude-skills
Install skills from github.com/oaustegard/claude-skills into /mnt/skills/user. Use when user mentions "install skills", "load skills", "add skills", "update skills", "refresh skills", or references a skill not currently installed.
- 100/100
instance-security
serac-labs/serac
Harden a ServiceNow instance — password complexity, session timeout, MFA enforcement, input sanitization for XSS/injection, security properties, syslog events, and security health checks.
- 10/100
instantly
vm0-ai/vm0-skills
Instantly.ai API for cold email campaigns. Use when user mentions "Instantly",
- 100/100
Instantly Automation
ComposioHQ/awesome-claude-skills
"Automate Instantly cold email outreach -- manage campaigns, sending accounts, lead lists, bulk lead imports, and campaign analytics -- using natural language through the Composio MCP integration."
- 100/100
instar-dev
JKHeadley/instar
Instar-specific development skill used by the instar-developing agent (Echo, or any agent assigned instar-dev responsibilities). Wraps /build with mandatory side-effects review, signal-vs-authority principle check, and artifact generation. Structural enforcement via pre-commit/pre-push hooks — the instar repo refuses commits and pushes that didn't come through this skill. NOT a user-facing skill — end users should never invoke it.
- 60/100
instar-feedback
JKHeadley/instar
Submit structured feedback about instar bugs, feature requests, improvements, or innovations worth sharing. Use when something isn't working, when a feature is missing, when you've built something that could benefit all agents, or when the user mentions a problem with instar. Also use proactively after building significant features — ask yourself if other agents would benefit. Feedback is relayed agent-to-agent to instar maintainers. Trigger words: bug report, feedback, issue, something's wrong, feature request, this isn't working, improvement, suggest, built something useful, other agents could use this.
- 65/100
instar-identity
JKHeadley/instar
Establish and recover persistent agent identity that survives context compaction, session restarts, and autonomous operation. Use when an agent needs to know who it is, recover after context compression, orient at session start, or understand the identity infrastructure. Trigger words: who am I, remember, identity, after restart, compaction, context loss, who am I working with, my principles.
- 90/100
instar-project
JKHeadley/instar
Register, inspect, and drive multi-spec projects via the instar /projects API. Twelve subcommands cover the full Phase 1 surface — create / status / next / advance / drift / run-round / halt / ack / resume / abandon / accept-partial / claim-ownership.
- 60/100
instar-scheduler
JKHeadley/instar
Schedule recurring agent tasks using cron expressions. Use when the user asks to run something on a schedule, check something periodically, automate a recurring task, set up a cron job, or wants work to happen while they're away. Trigger words: schedule, recurring, cron, every hour, every day, run daily, periodic, automated.
- 20/100
instar-session
JKHeadley/instar
Spawn, monitor, and communicate with persistent Claude Code sessions running in the background. Use when a task needs to run without blocking the current session, when the user asks to do something in the background, or when a long-running task needs its own context window. Trigger words: background task, spawn session, persistent, run in background, parallel, separate session, async task.
- 35/100
instar-telegram
JKHeadley/instar
Send and receive messages via Telegram for two-way agent communication. Use when the agent needs to notify the user, alert them about something, relay a response, or when Telegram messaging is the requested channel. Trigger words: send message, Telegram, notify, alert user, message me, ping me, let me know, reach out.
- 100/100
instinct-review
softspark/ai-toolkit
Reviews/promotes/removes instincts from `.claude/instincts/*.md`. Triggers: instinct review, curate instincts, manage instincts, promote instinct.
- 100/100
instructor
NousResearch/hermes-agent
Extract structured data from LLM responses with Pydantic validation, retry failed extractions automatically, parse complex JSON with type safety, and stream partial results with Instructor - battle-tested structured output library
- 100/100
instrument-data-to-allotrope
anthropics/knowledge-work-plugins
Convert laboratory instrument output files (PDF, CSV, Excel, TXT) to Allotrope Simple Model (ASM) JSON format or flattened 2D CSV. Use this skill when scientists need to standardize instrument data for LIMS systems, data lakes, or downstream analysis. Supports auto-detection of instrument types. Outputs include full ASM JSON, flattened CSV for easy import, and exportable Python code for data engineers. Common triggers include converting instrument files, standardizing lab data, preparing data for upload to LIMS/ELN systems, or generating parser code for production pipelines.
- 100/100
insurance-fit
modu-ai/cowork-plugins
>
- 100/100
intake
openai/plugins
Use when Creative Production is explicitly invoked or mentioned without a concrete request, when the user asks what Creative Production can do, or when the user wants help getting started without enough context to choose a workflow.
- 100/100
intake-project
Aperivue/medsci-skills
>
- 100/100
integrate-backend
microsoft/power-platform-skills
>-
- 100/100
integrate-context-matic
github/awesome-copilot
Discovers and integrates third-party APIs using the context-matic MCP server. Uses `fetch_api` to find available API SDKs, `ask` for integration guidance, `model_search` and `endpoint_search` for SDK details. Use when the user asks to integrate a third-party API, add an API client, implement features with an external API, or work with any third-party API or SDK.
Page 149 of 312