认证鉴权
认证与授权
agent-client-protocol
enuno
Agent Client Protocol (ACP) - Standardized communication between code editors and AI coding agents. Use for building ACP-compatible agents, integrating agents with editors (Zed, JetBrains, Neovim), implementing tool calls, file operations, and session management.
xbird
checkra1neth
"Use when the user asks to tweet, post threads, read tweets, search Twitter/X, check mentions, manage engagement (like/retweet/bookmark), update profile (bio, avatar, banner), upload media, or interact with Twitter accounts. Triggers: twitter, tweet, post, thread, timeline, mentions, followers, following, likes, retweet, bookmark, profile picture, bio."
Twitch OAuth 2.0 (Working Setup for This Project)
ThePrimeagen
Use secure: true in HTTPS environments.
skills
ThePrimeagen
Tmux-based dev.sh script conventions
skills
ThePrimeagen
Cloudflare Hono TypeScript project rules
design-doc
maragudk
For when you're asked to write a design doc or specification, especially after a brainstorm or feature design session.
maestro
xenitV1
Use when you need to act as an Elite Software Architect (Maestro) to manage complex repositories. It enforces a "Why over How" philosophy, maintains a persistent project memory (Brain), and orchestrates specialized sub-skills through a Plan-Act-Verify lifecycle.
agent-browser
rohunj
Automates browser interactions for web testing, form filling, screenshots, and data extraction. Use when the user needs to navigate websites, interact with web pages, fill forms, take screenshots, test web applications, or extract information from web pages.
screenshots
Shpigford
Generate marketing screenshots of your app using Playwright. Use when the user wants to create screenshots for Product Hunt, social media, landing pages, or documentation.
google-flights
skillhq
Search Google Flights for flight prices and schedules using browser automation. Use when user asks to search flights, find airfare, compare prices, check flight availability, or look up routes. Triggers include "search flights", "find flights", "how much is a flight", "flights from X to Y", "cheapest flight", "flight prices", "airfare", "flight schedule", "nonstop flights", "when should I fly".
supabase-audit-auth-users
yoanbernabeu
Test for user enumeration vulnerabilities through various authentication endpoints.
supabase-audit-auth-signup
yoanbernabeu
Test if user signup is open and identify potential abuse vectors in the registration process.
ClawSocial
mrpeter2025
Use /loop 5m to call clawsocial_sessions_list periodically and notify the user when there are unread messages or pending connection requests.
researching-codebase
bnadlerjr
"Researches and documents existing codebase implementations. Use when exploring how code works, understanding architecture, answering 'how does X work?' questions, or gathering context before making changes. Produces structured research documents with code references."
ask-cascade
build000r
Enforce hierarchical, dependency-aware question ordering when using AskUserQuestion. High-level decisions first, detail questions only after strategic choices are settled. Proactive triggers - activate when: - About to call AskUserQuestion with 2+ questions - Gathering requirements, preferences, or implementation decisions from the user - Planning work that requires multiple user inputs - Using EnterPlanMode or AskUserQuestion during any skill/workflow Explicit triggers - "ask cascade", "question order", "ask strategy"
playwright-cli
arisng
Automates browser interactions for web testing, form filling, screenshots, and data extraction. Use when the user needs to navigate websites, interact with web pages, fill forms, take screenshots, test web applications, or extract information from web pages.
session-close
mseok
"End-of-session checklist. Checks for uncommitted changes, offers to update focus, project docs, context, and session log. Replaces the old stop reminder flow."
jdb-debugging
markus1189
"Debug local JVM applications using jdb via tmux. Use when user asks to debug a running Java/Scala/Kotlin application, attach to a debug port, set breakpoints, step through code, or inspect variables."
domain-planner
build000r
Guide the 6-phase human-in-the-loop planning process for new domain slices spanning multiple repositories. Also orchestrates implementation when a plan is ready. Use when: - User says "let's plan the X slice" or "plan the X feature" - User wants to create a new feature spanning frontend and backend - User needs API contracts before implementation - User says "implement the X slice" or "build X" (orchestration mode) - User says "check plan quality for X" or "assess the X plan" (quality assessment mode) - User asks about planning a multi-repo feature Planning mode: Produces plan.md, shared.md, backend.md, frontend.md, flows.md, schema.mmd. Quality assessment mode: Runs assess-fix-reassess against the rubric before sign-off. Orchestration mode: Launches parallel agents per repo for scaffolding, audit, and fix loops. NOT for: bug fixes, small changes, refactoring, single-repo work.
beads
arisng
Track complex, multi-session work with dependency graphs using beads issue tracker. Use when work spans multiple sessions, has complex dependencies, or requires persistent context across compaction cycles. For simple single-session linear tasks, TodoWrite remains appropriate.
agent-browser
fellipeutaka
Browser automation CLI for AI agents. Use when the user needs to interact with websites, including navigating pages, filling forms, clicking buttons, taking screenshots, extracting data, testing web apps, or automating any browser task. Triggers include requests to "open a website", "fill out a form", "click a button", "take a screenshot", "scrape data from a page", "test this web app", "login to a site", "automate browser actions", or any task requiring programmatic web interaction.
learn
mseok
"Extract reusable knowledge from the current session into a persistent skill.\nUse when you discover something non-obvious, create a workaround, or develop\na multi-step workflow that future sessions would benefit from."
copilot-sdk-dotnet
arisng
Build applications with GitHub Copilot CLI SDKs for .NET. Use for direct CopilotClient integration or Microsoft Agent Framework. Covers sessions, streaming, tools, MCP, permissions, and multi-agent workflows.
coding-workflow
bnadlerjr
Use when user asks to build a feature, implement something new, or make significant code changes. Recognizes requests like "build", "implement", "create a new feature", "add functionality", "develop", "I need to build X", "let's implement", "new feature request", "make these changes". Orchestrates a four-stage workflow (Research → Brainstorm → Plan → Implement) using the appropriate thought pattern skill at each stage.