Agent skills
Skills you can use with AI coding agents, indexed from public GitHub repositories.
-
grepai-search-advanced
Advanced search options in GrepAI. Use this skill for JSON output, compact mode, and AI agent integration.
yoanbernabeu/grepai-skills 15
-
grepai-search-boosting
Configure search result boosting in GrepAI. Use this skill to prioritize certain paths and penalize others.
yoanbernabeu/grepai-skills 15
-
grepai-trace-graph
Build complete call graphs with GrepAI trace. Use this skill for recursive dependency analysis.
yoanbernabeu/grepai-skills 15
-
grepai-trace-callees
Find function callees with GrepAI trace. Use this skill to discover what functions a specific function calls.
yoanbernabeu/grepai-skills 15
-
grepai-trace-callers
Find function callers with GrepAI trace. Use this skill to discover what code calls a specific function.
yoanbernabeu/grepai-skills 15
-
grepai-watch-daemon
Configure and manage the GrepAI watch daemon. Use this skill for real-time code indexing and file monitoring.
yoanbernabeu/grepai-skills 15
-
grepai-chunking
Configure code chunking in GrepAI. Use this skill to optimize how code is split for embedding.
yoanbernabeu/grepai-skills 15
-
gemini-research-browser-use
Use Chrome DevTools Protocol to allow the AI to "ask Gemini" or "research with Gemini" directly. This uses the user's logged-in Chrome session, bypassing API limits and leveraging the web interface's reasoning capabilities.
Grasseed/google-search-browser-use 3
-
google-search-browser-use
Use browser-use to perform Google searches, open results, and extract key information from live pages. Use when the user asks to "search Google", "look this up on Google", or needs current web results via a real browser session (often to avoid bot blocks).
Grasseed/google-search-browser-use 3
-
rtk-rewrite
RTK rewrite plugin for OpenClaw. Intercepts exec tool calls and delegates rewrites to rtk rewrite to reduce token usage while preserving command intent.
luw2007/skills 1
-
octocode
AI-powered code indexer with semantic search, knowledge graphs (GraphRAG), and persistent memory system. Use when you need to (1) perform semantic code searches across large codebases, (2) analyze file relationships and dependencies through GraphRAG, (3) store and retrieve code insights with memory system. This skill uses Bash to call octocode CLI directly with automatic index management.
luw2007/skills 1
-
favorites-curator
Build and maintain a local favorites catalog from installed repositories, apps, skills, extensions, and hooks. Use when the user asks to create, refresh, curate, scan, or summarize a favorites collection, software inventory, skill inventory, or daily digest of useful local resources.
luw2007/skills 1
-
metadata-naming
Define, apply, or review a reusable metadata-based filename standard for files, folders, inventories, archives, and generated catalogs. Use when the user wants to extract a naming convention into a standard, normalize filenames, choose between human-readable and machine-friendly naming, or create naming rules for repositories, skills, software inventories, snapshots, and long-lived records.
luw2007/skills 1
-
langextract-search
集成智谱搜索、DuckDuckGo 搜索和多模型结构化提取的完整工作流。
luw2007/skills 1
-
skill-selector
通用 skill 选择器。通过 ai-skills CLI 下载候选 skill 源码到临时目录,基于 SKILL.md + 代码的深度分析构建决策树,引导用户在 1-3 轮交互内选定最合适的 skill。当用户面对多个功能相近的 skill 不知选哪个时触发。
luw2007/skills 1
-
collaborating-with-coco
Delegates coding tasks to Coco CLI (Codebase Copilot) for prototyping, debugging, and code review. Use when needing algorithm implementation, bug analysis, or code quality feedback. Supports multi-turn sessions via SESSION_ID.
luw2007/skills 1
-
ci-pipeline-update
Updates CI/CD pipelines for DevOps Engineer
cpa03/blueprintify
-
obra-superpowers-test-driven-development
Use when implementing any feature or bugfix, before writing implementation code
cpa03/blueprintify
-
typescript-refactor
Safely refactor TypeScript code while maintaining type safety and test coverage. Includes verification steps.
cpa03/blueprintify
-
obra-superpowers-using-git-worktrees
Use when starting feature work that needs isolation from current workspace or before executing implementation plans - creates isolated git worktrees with smart directory selection and safety verification
cpa03/blueprintify
-
react-component-create
Create new React components following project patterns and best practices. Includes proper typing, testing, and documentation.
cpa03/blueprintify
-
madappgang-claude-code-debugging-strategies
Universal debugging strategies and techniques applicable across all technology stacks. Use when approaching unknown bugs or need language-agnostic debugging methodology.
cpa03/blueprintify
-
resilience-check
Checklist for reliability engineering
cpa03/blueprintify
-
pattern-extraction
Extracts reusable patterns from code changes
cpa03/blueprintify