Agent skills
Skills you can use with AI coding agents, indexed from public GitHub repositories.
-
reddit-api
Reddit API with PRAW (Python) and Snoowrap (Node.js)
alinaqi/claude-bootstrap 569
-
security
OWASP security patterns, secrets management, security testing
alinaqi/claude-bootstrap 569
-
medusa
Medusa headless commerce - modules, workflows, API routes, admin UI
alinaqi/claude-bootstrap 569
-
typescript
TypeScript strict mode with eslint and jest
alinaqi/claude-bootstrap 569
-
python
Python development with ruff, mypy, pytest - TDD and type safety
alinaqi/claude-bootstrap 569
-
supabase-nextjs
Next.js with Supabase and Drizzle ORM
alinaqi/claude-bootstrap 569
-
aws-dynamodb
AWS DynamoDB single-table design, GSI patterns, SDK v3 TypeScript/Python
alinaqi/claude-bootstrap 569
-
credentials
Centralized API key management from Access.txt
alinaqi/claude-bootstrap 569
-
pwa-development
Progressive Web Apps - service workers, caching strategies, offline, Workbox
alinaqi/claude-bootstrap 569
-
existing-repo
Analyze existing repositories, maintain structure, setup guardrails and best practices
alinaqi/claude-bootstrap 569
-
infographic-creator
Create beautiful infographics based on the given text content. Use this when users request creating infographics.
crazywoola/dify-x 3
-
infographic-template-updater
Update template catalogs and UI prompts after adding new infographic templates (src/templates/*.ts), including SKILL.md template list, site gallery template mappings, and the AIPlayground prompt list.
crazywoola/dify-x 3
-
infographic-item-creator
Generate or update infographic Item components for this repo (TypeScript/TSX in src/designs/items). Use when asked to design, implement, or modify data item visuals, layout logic, or registerItem composites.
crazywoola/dify-x 3
-
infographic-structure-creator
Generate or update infographic Structure components for this repo (TypeScript/TSX in src/designs/structures). Use when asked to design, implement, or modify structure layouts (list/compare/sequence/hierarchy/relation/geo/chart), including layout logic, component composition, and registration.
crazywoola/dify-x 3
-
infographic-syntax-creator
Generate AntV Infographic syntax outputs. Use when asked to turn user content into the Infographic DSL (template selection, data structuring, theme), or to output `infographic <template>` plain syntax.
crazywoola/dify-x 3
-
codex-agent-collaboration
Delegate coding tasks to Codex AI for implementation, analysis, and alternative solutions. Use when you need a second AI perspective, want to explore different approaches, or need specialized Codex capabilities for complex coding tasks.
ForteScarlet/codex-kkp 25
-
playwright-skill
Complete browser automation with Playwright. Auto-detects dev servers, writes clean test scripts to /tmp. Test pages, fill forms, take screenshots, check responsive design, validate UX, test login flows, check links, automate any browser task. Use when user wants to test websites, automate browser interactions, validate web functionality, or perform any browser-based testing.
lackeyjb/playwright-skill 2,278
-
script-kit-window-control
Window management APIs for Script Kit GPUI using macOS Accessibility (AX) APIs.
Use when working with: window positioning/tiling, window state persistence,
display/monitor detection, window capabilities, resize coalescing, or
Space (virtual desktop) operations. Covers modules: window_control.rs,
window_control_enhanced/, window_manager.rs, window_ops.rs, window_resize.rs,
window_state.rs.
johnlindquist/script-kit-next 21
-
script-kit-menu-bar
macOS menu bar accessibility system for Script Kit GPUI. Covers AX-based menu reading,
recursive menu parsing, menu action execution, and SQLite caching. Use when:
(1) Reading application menu bars via Accessibility APIs
(2) Executing menu actions programmatically
(3) Caching menu structures for performance
(4) Working with AXUIElement hierarchy (App -> MenuBar -> MenuBarItem -> Menu -> MenuItem)
(5) Handling keyboard shortcuts and modifier flags
johnlindquist/script-kit-next 21
-
script-kit-config
Configuration management for script-kit-gpui
johnlindquist/script-kit-next 21
-
script-kit-app-shell
Build and configure the Script Kit App Shell - the unified frame/chrome system for all prompts.
Use when: (1) Creating new prompt views that need headers, footers, or chrome
(2) Configuring ShellSpec for layout requirements (3) Working with HeaderSpec, FooterSpec, ChromeSpec
(4) Managing focus policies (5) Setting up keyboard bindings via KeymapSpec
(6) Styling the shell frame. Triggers on: "app shell", "shell spec", "header spec", "footer spec",
"chrome spec", "focus policy", "keymap spec", "shell focus".
johnlindquist/script-kit-next 21
-
rust-smart-pointers
Smart pointer patterns for Rust (Arc, Rc, RefCell, Cell, OnceLock, Mutex)
johnlindquist/script-kit-next 21
-
rust-tracing
Structured logging with tracing and tracing-subscriber
johnlindquist/script-kit-next 21
-
script-kit-scripts
Script Kit scripts and scriptlets module architecture. Covers script loading from ~/.scriptkit/kit/*/scripts/, scriptlet parsing from markdown files in extensions/, scriptlet caching with change detection, metadata extraction (comments and codefence JSON), fuzzy search, result grouping, and scheduling. Use when working with Script, Scriptlet, ScriptletCache types, or any scripts/ module code.
johnlindquist/script-kit-next 21