11835 results (78.2ms) page 8 / 592
cleodin / antigravity-awesome-skills-agent-memory-mcp exact

A hybrid memory system that provides persistent, searchable knowledge management for AI agents (Architecture, Patterns, Decisions).

sickn33 / antigravity-awesome-skills-agent-memory-mcp exact

A hybrid memory system that provides persistent, searchable knowledge management for AI agents (Architecture, Patterns, Decisions).

muratcankoylan / agent-skills-for-context-engineering-hosted-agents exact

This skill should be used when the user asks to "build background agent", "create hosted coding agent", "set up sandboxed execution", "implement multiplayer agent", or mentions background agents,...

jrmapa / awesome-agent-skills exact

πŸš€ Explore modular agent skills for dynamic AI development, enabling on-demand knowledge injection through standardized `SKILL.md` packages.

semgrep / skills-code-security exact

Security guidelines for writing secure code. Use when writing code, reviewing code for vulnerabilities, or asking about secure coding practices like "check for SQL injection" or "review security".

ngxtm / devkit-code-reviewer exact

Comprehensive code review skill for TypeScript, JavaScript, Python, Swift, Kotlin, Go. Includes automated code analysis, best practice checking, security scanning, and review checklist generation....

cleodin / antigravity-awesome-skills-receiving-code-review exact

Use when receiving code review feedback, before implementing suggestions, especially if feedback seems unclear or technically questionable - requires technical rigor and verification, not...

sickn33 / antigravity-awesome-skills-receiving-code-review exact

Use when receiving code review feedback, before implementing suggestions, especially if feedback seems unclear or technically questionable - requires technical rigor and verification, not...

parcadei / continuous-claude-v3-qlty-check exact

Code quality checks, formatting, and metrics via qlty CLI

parcadei / continuous-claude-v3-github-search exact

Search GitHub code, repositories, issues, and PRs via MCP

MZWASHERE / claude-conductor-code-styleguides exact

Language-specific code style guidelines. Use when writing TypeScript, Python, Go, JavaScript, or HTML/CSS code to ensure consistent, idiomatic, and maintainable code following best practices.

arshia2114 / agent-skills-context7 exact

Fetch up-to-date library documentation via Context7 REST API. Use when needing current API docs, framework patterns, or code examples for any library. Use when user asks about React, Next.js,...

existential-birds / beagle-fastapi-code-review exact

Reviews FastAPI code for routing patterns, dependency injection, validation, and async handlers. Use when reviewing FastAPI apps, checking APIRouter setup, Depends() usage, or response models.

ngxtm / devkit-ai-agents-architect exact

Expert in designing and building autonomous AI agents. Masters tool use, memory systems, planning strategies, and multi-agent orchestration. Use when: build agent, AI agent, autonomous agent, tool...

existential-birds / beagle-python-code-review exact

Reviews Python code for type safety, async patterns, error handling, and common mistakes. Use when reviewing .py files, checking type hints, async/await usage, or exception handling.

existential-birds / beagle-urlsession-code-review exact

Reviews URLSession networking code for iOS/macOS. Covers async/await patterns, request building, error handling, caching, and background sessions.

parcadei / continuous-claude-v3-ast-grep-find exact

AST-based code search and refactoring via ast-grep MCP

existential-birds / beagle-postgres-code-review exact

Reviews PostgreSQL code for indexing strategies, JSONB operations, connection pooling, and transaction safety. Use when reviewing SQL queries, database schemas, JSONB usage, or connection management.

existential-birds / beagle-pytest-code-review exact

Reviews pytest test code for async patterns, fixtures, parametrize, and mocking. Use when reviewing test_*.py files, checking async test functions, fixture usage, or mock patterns.

existential-birds / beagle-go-code-review exact

Reviews Go code for idiomatic patterns, error handling, concurrency safety, and common mistakes. Use when reviewing .go files, checking error handling, goroutine usage, or interface design.