コミュニティスキル
生産性&コラボレーション
3937 skills
affaan-m/ai-first-engineering
Engineering operating model for teams where AI agents generate a large share of implementation…
github.com
affaan-m/autonomous-loops
Patterns and architectures for autonomous Claude Code loops — from simple sequential pipelines to…
github.com
affaan-m/agentic-engineering
Operate as an agentic engineer using eval-first execution, decomposition, and cost-aware model…
github.com
affaan-m/iterative-retrieval
Pattern for progressively refining context retrieval to solve the subagent context problem
github.com
affaan-m/deployment-patterns
Deployment workflows, CI/CD pipeline patterns, Docker containerization, health checks, rollback…
github.com
affaan-m/security-scan
Scan your Claude Code configuration (.claude/ directory) for security vulnerabilities,…
github.com
affaan-m/prompt-optimizer
Analyze raw prompts, identify intent and gaps, match ECC components (skills/commands/agents/hooks),…
github.com
affaan-m/docker-patterns
Docker and Docker Compose patterns for local development, container security, networking, volume…
github.com
affaan-m/tdd-workflow
Use this skill when writing new features, fixing bugs, or refactoring code. Enforces test-driven…
github.com
affaan-m/continuous-learning-v2
Instinct-based learning system that observes sessions via hooks, creates atomic instincts with…
github.com
Significant-Gravitas/AutoGPT
An experimental open-source attempt to make GPT-4 fully autonomous, pushing the boundaries of what…
github.com
mattpocock/grilling
Grill the user relentlessly about a plan or design. Use when the user wants to stress-test a plan…
github.com
mattpocock/review
Review the changes since a fixed point (commit, branch, tag, or merge-base) along two axes —…
github.com
mattpocock/qa
Interactive QA session where user reports bugs or issues conversationally, and the agent files…
github.com
mattpocock/handoff
Compact the current conversation into a handoff document for another agent to pick up.
github.com
mattpocock/triage
Triage issues through a state machine driven by triage roles. Use when user wants to create an…
github.com
mattpocock/zoom-out
Tell the agent to zoom out and give broader context or a higher-level perspective. Use when you're…
github.com
mattpocock/write-a-skill
Create new agent skills with proper structure, progressive disclosure, and bundled resources. Use…
github.com
skill-creator
Create, test, and publish new skills from within your agent
github.com
langflow-ai/langflow
Langflow is a powerful tool for building and deploying AI-powered agents and workflows.
github.com
open-webui/open-webui
User security authorization handlers securing distributed agent workspaces against unauthorized…
github.com
garrytan/gstack
Gstack skill for AI agents using YC standards for product/idea evaluation.
github.com
Shubhamsaboo/awesome-llm-apps
100+ ready-to-run AI agent and RAG templates covering earnings calls, insurance, and travel…
github.com
browser-use/open-source
Documentation reference for writing Python code using the browser-use open-source library. Use this…
github.com
browser-use/remote-browser
Controls a local browser from a sandboxed remote machine. Use when the agent is running in a…
github.com
browser-use/browser-use
Input execution driver layers translating abstract task steps into native mouse clicks and keyboard…
github.com
openai/babysit-pr
Babysit a GitHub pull request after creation by continuously polling review comments, CI…
github.com
vllm-project/vllm
A high-throughput and memory-efficient inference and serving engine for LLMs
github.com
lobehub/upstash-workflow
LobeHub Upstash Workflow and QStash guide. Use for async workflows, process/paginate/execute…
github.com
lobehub/version-release
Version release workflow — release process and GitHub Release notes (not docs/changelog pages).
github.com
lobehub/lobehub
🤯 LobeHub is your Chief Agent Operator, organizing your agents into 7×24 operations by hiring,…
github.com
ComposioHQ/awesome-claude-skills
A curated list of awesome Claude Skills, resources, and tools for customizing Claude AI workflows
github.com
addyosmani/interview-me
Extracts what the user actually wants instead of what they think they should want. Achieves this…
github.com
addyosmani/doubt-driven-development
Subjects every non-trivial decision to a fresh-context adversarial review before it stands. Use…
github.com
addyosmani/source-driven-development
Grounds every implementation decision in official documentation. Use when you want authoritative,…
github.com
addyosmani/deprecation-and-migration
Manages deprecation and migration. Use when removing old systems, APIs, or features. Use when…
github.com
addyosmani/shipping-and-launch
Prepares production launches. Use when preparing to deploy to production. Use when you need a…
github.com
addyosmani/git-workflow-and-versioning
Structures git workflow practices. Use when making any code change. Use when committing, branching,…
github.com
addyosmani/ci-cd-and-automation
Automates CI/CD pipeline setup. Use when setting up or modifying build and deployment pipelines.…
github.com
addyosmani/debugging-and-error-recovery
Guides systematic root-cause debugging. Use when tests fail, builds break, behavior doesn't match…
github.com
addyosmani/test-driven-development
Drives development with tests. Use when implementing any logic, fixing any bug, or changing any…
github.com
addyosmani/using-agent-skills
Discovers and invokes agent skills. Use when starting a session or when you need to discover which…
github.com
addyosmani/security-and-hardening
Hardens code against vulnerabilities. Use when handling user input, authentication, data storage,…
github.com
addyosmani/idea-refine
Refines raw ideas into sharp, actionable concepts through structured divergent and convergent…
github.com
addyosmani/incremental-implementation
Delivers changes incrementally. Use when implementing any feature or change that touches more than…
github.com
addyosmani/context-engineering
Optimizes agent context setup. Use when starting a new session, when agent output quality degrades,…
github.com
addyosmani/code-simplification
Simplifies code for clarity. Use when refactoring code for clarity without changing behavior. Use…
github.com
addyosmani/documentation-and-adrs
Records decisions and documentation. Use when making architectural decisions, changing public APIs,…
github.com
addyosmani/performance-optimization
Optimizes application performance. Use when performance requirements exist, when you suspect…
github.com
addyosmani/spec-driven-development
Creates specs before coding. Use when starting a new project, feature, or significant change and no…
github.com
addyosmani/planning-and-task-breakdown
Breaks work into ordered tasks. Use when you have a spec or clear requirements and need to break…
github.com
addyosmani/code-review-and-quality
Conducts multi-axis code review. Use before merging any change. Use when reviewing code written by…
github.com
composiohq/langsmith-fetch
Debug LangChain and LangGraph agents by fetching execution traces from LangSmith Studio. Use when…
github.com
composiohq/skill-creator
Guide for creating effective skills. This skill should be used when users want to create a new…
github.com
mem0ai/mem0
Mem0 Platform SDK for adding persistent memory to AI applications. TRIGGER when: user mentions…
github.com
mem0ai/mem0
The Memory Layer for AI Agents. Personalizes agent workflows by maintaining continuous semantic…
github.com
microsoft/autogen
A web interface prototype enabling non-developers to curate multi-agent workflows and evaluate task…
github.com
crewAIInc/crewAI
Framework for orchestrating role-playing, autonomous AI agents. By fostering collaborative…
github.com
mudler/LocalAI
Free Open-Source alternative to OpenAI. Provides embedded orchestration skills for entirely offline…
github.com
sickn33/antigravity-awesome-skills
Installable GitHub library of 1,600+ agentic skills for Claude Code, Cursor, Codex CLI, Gemini CLI,…
github.com