Browse Skills

4429 skills found

gh-fix-pr-feedback.md
8
1 export gh-fix-pr-feedback
2 mvillmow from "mvillmow/ProjectOdyssey"
3 Address PR review feedback by making changes and replying to comments. Use when a PR has open review comments needing responses.
2026-01-16
gh-reply-review-comment.md
8
1 export gh-reply-review-comment
2 mvillmow from "mvillmow/ProjectOdyssey"
3 Reply to PR review comments using the correct GitHub API endpoint. Use when responding to inline code review feedback (not gh pr comment).
2026-01-16
pr-review-loop.md
8
1 export pr-review-loop
2 leegonzales from "leegonzales/AISkills"
3 Manage PR review feedback loops with Gemini Code Assist. Use when pushing changes to a PR, iterating on review feedback, or monitoring CI/review status. Automatically falls back to Claude when Gemini is rate-limited.
2026-01-22
opal-frontend-review-guidelines.md
8
1 export opal-frontend-review-guidelines
2 hmcts from "hmcts/opal-frontend"
3 Automated review rules for opal-frontend PRs. Use when asked to review code, run @codex review, or provide PR feedback; apply severity levels and the required comment format.
2026-01-21
aws-logs-query.md
8
1 export aws-logs-query
2 cncorp from "cncorp/arsenal"
3 Query AWS CloudWatch logs for staging and production environments. Use for debugging errors, investigating incidents, or monitoring application behavior. PRIMARY - aws logs tail "/ecs/codel-staging" --follow --format short | grep -iE "error|exception"
2026-01-05
notebooklm.md
8
1 export notebooklm
2 leegonzales from "leegonzales/AISkills"
3 Query Google NotebookLM for source-grounded, citation-backed answers from uploaded documents. Reduces hallucinations through Gemini's document-only responses. Browser automation with library management and persistent authentication.
2026-01-05
dad-joke-validator.md
8
1 export dad-joke-validator
2 leegonzales from "leegonzales/AISkills"
3 Analyze and score jokes on the dad joke quality spectrum with multi-dimensional feedback on pun quality, groan factor, wholesomeness, and structure. Can also generate dad jokes.
2026-01-22
manager-review.md
8
1 export manager-review
2 cncorp from "cncorp/arsenal"
3 Quality gate before responding to user. Reviews proposed response against original query, checks skill usage, iterates 50% of the time for accuracy.
2026-01-05
advanced-agentdb-vector-search-implementation.md
8
1 export advanced-agentdb-vector-search-implementation
2 DNYoussef from "DNYoussef/context-cascade"
3 Advanced AgentDB Vector Search Implementation operates on 3 fundamental principles:
2026-01-05
Unnamed Skill.md
8
1 export Unnamed Skill
2 DNYoussef from "DNYoussef/context-cascade"
3 /*============================================================================*/
2026-01-14
aws-serverless-eda.md
8
1 export aws-serverless-eda
2 leegonzales from "leegonzales/AISkills"
3 AWS serverless and event-driven architecture expert based on Well-Architected Framework. Use when building serverless APIs, Lambda functions, REST APIs, microservices, or async workflows. Covers Lambda with TypeScript/Python, API Gateway (REST/HTTP), DynamoDB, Step Functions, EventBridge, SQS, SNS, and serverless patterns. Essential when user mentions serverless, Lambda, API Gateway, event-driven, async processing, queues, pub/sub, or wants to build scalable serverless applications with AWS best practices.
2026-01-05
notion.md
8
1 export notion
2 vm0-ai from "vm0-ai/vm0-skills"
3 Notion API for managing pages, databases, and blocks. Use this skill to create pages, query databases, search content, and build integrations with Notion workspaces.
2026-01-05
llm-router.md
8
1 export llm-router
2 jamesrochabrun from "jamesrochabrun/skills"
3 This skill should be used when users want to route LLM requests to different AI providers (OpenAI, Grok/xAI, Groq, DeepSeek, OpenRouter) using SwiftOpenAI-CLI. Use this skill when users ask to "use grok", "ask grok", "use groq", "ask deepseek", or any similar request to query a specific LLM provider in agent mode.
2026-01-19
AgentDB Memory Patterns.md
8
1 export AgentDB Memory Patterns
2 DNYoussef from "DNYoussef/context-cascade"
3 /*============================================================================*/
2026-01-14
data-schema-knowledge-modeling.md
8
1 export data-schema-knowledge-modeling
2 lyndonkl from "lyndonkl/claude"
3 Use when designing database schemas, need to model domain entities and relationships clearly, building knowledge graphs or ontologies, creating API data models, defining system boundaries and invariants, migrating between data models, establishing taxonomies or hierarchies, user mentions "schema", "data model", "entities", "relationships", "ontology", "knowledge graph", or when scattered/inconsistent data structures need formalization.
2026-01-21
github-issue-fetcher.md
8
1 export github-issue-fetcher
2 rawveg from "rawveg/skillsforge-marketplace"
3 This skill should be used when users need to fetch GitHub issues from the current repository, including getting the next issue to work on, retrieving specific issue fields (body, number, title, labels, etc.), or querying issues with custom sorting and filtering. Triggers on requests like "get the next GitHub issue", "what's the next issue number", "show me the issue body", or "find issues with label X".
2026-01-19
lark.md
8
1 export lark
2 vm0-ai from "vm0-ai/vm0-skills"
3 Lark/Feishu API integration for messaging, group management, contacts, and calendar. Use this skill to send messages, manage chats, query contacts, and sync calendar events with Lark/Feishu.
2026-01-21
codex-safe-experiment.md
8
1 export codex-safe-experiment
2 DNYoussef from "DNYoussef/context-cascade"
3 Use Codex CLI sandbox mode to try risky changes safely. Isolated experimentation with network disabled and directory restrictions.
2026-01-05
agentdb.md
8
1 export agentdb
2 DNYoussef from "DNYoussef/context-cascade"
3 Vector search and semantic memory backbone for agents and RAG pipelines.
2026-01-05
codex-auto.md
8
1 export codex-auto
2 DNYoussef from "DNYoussef/context-cascade"
3 Use Codex CLI Full Auto for unattended, sandboxed prototyping and refactors.
2026-01-05
agentdb-persistent-memory-patterns.md
8
1 export agentdb-persistent-memory-patterns
2 DNYoussef from "DNYoussef/context-cascade"
3 AgentDB Persistent Memory Patterns operates on 3 fundamental principles:
2026-01-05
cqrs.md
8
1 export cqrs
2 TheBeardedBearSAS from "TheBeardedBearSAS/claude-craft"
3 Règle 07 : CQRS - Command Query Responsibility Segregation. Use when implementing DDD patterns.
2026-01-05
state-management.md
8
1 export state-management
2 TheBeardedBearSAS from "TheBeardedBearSAS/claude-craft"
3 Gerenciamento de Estado - React Query, Zustand, MMKV. Use when managing application state.
2026-01-05
scientific-manuscript-review.md
8
1 export scientific-manuscript-review
2 lyndonkl from "lyndonkl/claude"
3 Use when reviewing or editing research manuscripts, journal articles, reviews, or perspectives. Invoke when user mentions manuscript, paper draft, article, research writing, journal submission, reviewer feedback, or needs to improve scientific writing clarity, structure, or argumentation in their manuscript.
2026-01-05