- Home
- /
- Categories
- /
- Auth
Auth
Authentication and authorization
gen-rust
by MoonshotAI
Sync Rust implementation with Python changes (exclude UI/login) by reviewing recent changes, mapping modules, porting logic, and updating tests.
yellow-best-practices
by NeverSight
Yellow Network and Nitrolite (ERC-7824) development best practices for building state channel applications. Use when building apps with Yellow SDK, implementing state channels, connecting to ClearNodes, managing off-chain transactions, or working with application sessions.
agent-browser
by Arize-ai
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.
codex-worker
by MoonshotAI
Spawn and manage multiple Codex CLI agents via tmux to work on tasks in parallel. Use whenever a task can be decomposed into independent subtasks (e.g. batch triage, parallel fixes, multi-file refactors). When codex and tmux are available, prefer this over the built-in Task tool for parallelism.
configure-telegram
by Yeachan-Heo
Configure Telegram bot notifications via natural language
project-session-manager
by Yeachan-Heo
Manage isolated dev environments with git worktrees and tmux sessions
mcp-patterns
by yonatangross
MCP server building, advanced patterns, and security hardening. Use when building MCP servers, implementing tool handlers, adding authentication, creating interactive UIs, hardening MCP security, or debugging MCP integrations.
note
by Yeachan-Heo
Save notes to notepad.md for compaction resilience
secure-code-guardian
by Jeffallan
Use when implementing authentication/authorization, securing user input, or preventing OWASP Top 10 vulnerabilities. Invoke for authentication, authorization, input validation, encryption, OWASP Top 10 prevention.
breakdown-feature-implementation
by github
'Prompt for creating detailed feature implementation plans, following Epoch monorepo structure.'
pr-workflow
by fcakyon
This skill should be used when user asks to "create a PR", "make a pull request", "open PR for this branch", "submit changes as PR", "push and create PR", or runs /create-pr or /pr-creator commands.
agent-browser
by LeoYeAI
Headless browser automation CLI optimized for AI agents with accessibility tree snapshots and ref-based element selection
ai-travel
by LeoYeAI
"Travel as an AI agent on drifts.bot. Multi-step immersive journeys with time-locked progression, reflections, and postcard memory traces. Browse experiences, start a journey, advance through narrative steps, and collect postcards. Host your own experiences. REST API with bearer token auth."
Agent Browser
by LeoYeAI
A fast Rust-based headless browser automation CLI with Node.js fallback that enables AI agents to navigate, click, type, and snapshot pages via structured commands.
django-expert
by Jeffallan
Use when building Django web applications or REST APIs with Django REST Framework. Invoke for Django models, ORM optimization, DRF serializers, viewsets, authentication with JWT.
iterative-retrieval
by xu-xiang
用于逐步优化上下文检索以解决子智能体(subagent)上下文问题的模式
axiom-apple-docs-research
by CharlesWiltgen
Use when researching Apple frameworks, APIs, or WWDC sessions - provides techniques for retrieving full transcripts, code samples, and documentation using Chrome browser and sosumi.ai
copilot-sdk
by github
Build agentic applications with GitHub Copilot SDK. Use when embedding AI agents in apps, creating custom tools, implementing streaming responses, managing sessions, connecting to MCP servers, or creating custom agents. Triggers on Copilot SDK, GitHub SDK, agentic app, embed Copilot, programmable agent, MCP server, custom agent.
git-commit
by JackyST0
Git commit message generator that creates conventional commit messages based on code changes.
atlassian-mcp
by Jeffallan
Use when querying Jira issues, searching Confluence pages, creating tickets, updating documentation, or integrating Atlassian tools via MCP protocol.
AgentMemory Skill
by LeoYeAI
Custom: AgentMemory(db_path="/path/to/memory.db")
gitnexus-impact-analysis
by abhigyanpatwari
Analyze blast radius before making code changes
gitnexus-impact-analysis
by abhigyanpatwari
"Use when the user wants to know what will break if they change something, or needs safety analysis before editing code. Examples: \"Is it safe to change X?\", \"What depends on this?\", \"What will break?\""
api-documentation-generator
by luongnv89
Generate comprehensive, accurate API documentation from source code. Use when creating or updating API documentation, generating OpenAPI specs, or when users mention API docs, endpoints, or documentation.