Source

latestaiagents/agent-skills

102 skills · 1.6K combined installs

Skills from this source

#
Skill
Source
8W Activity
Installs
1
rebase-safely Use this skill when rebasing Git branches. Activate when the user mentions rebase, interactive rebase, squash commits…
latestaiagents/agent-skills
13
2
refactor-with-ai Use this skill when refactoring code with AI assistance. Activate when the user wants to improve code structure, extr…
latestaiagents/agent-skills
13
3
test-generation-patterns Use this skill when generating tests with AI assistance. Activate when the user wants to create unit tests, integrati…
latestaiagents/agent-skills
13
4
database-safety CRITICAL SAFETY SKILL - Use this skill before any database operation that modifies or deletes data. Activate when the…
latestaiagents/agent-skills
9
5
destructive-operation-guard CRITICAL SAFETY SKILL - Always active. Use this skill to prevent destructive operations without explicit user confirm…
latestaiagents/agent-skills
8
6
file-operation-safety CRITICAL SAFETY SKILL - Use this skill before any file system operation that deletes, moves, or overwrites files. Act…
latestaiagents/agent-skills
8
7
git-safety CRITICAL SAFETY SKILL - Use this skill before any Git operation that could lose commits, rewrite history, or affect s…
latestaiagents/agent-skills
8
8
migration-safety CRITICAL SAFETY SKILL - Use this skill before running ANY database migration. Activate when the user wants to run mig…
latestaiagents/agent-skills
8
9
prompt-injection-guard Use this skill when securing AI applications against prompt injection. Activate when the user needs to prevent prompt…
latestaiagents/agent-skills
7
10
token-cost-analyzer Use this skill when analyzing and optimizing LLM API costs. Activate when the user wants to reduce AI API spending, u…
latestaiagents/agent-skills
7
11
access-control-audit OWASP A05 - Broken Access Control Detection. Use this skill when implementing authorization, checking permissions, or…
latestaiagents/agent-skills
6
12
agent-cost-budgeting Use this skill when managing AI agent costs. Activate when the user needs to control token usage, implement cost limi…
latestaiagents/agent-skills
6
13
agent-error-recovery Use this skill when implementing error handling for AI agents. Activate when the user needs agents to handle failures…
latestaiagents/agent-skills
6
14
agent-handoff-protocols Use this skill when designing task handoffs between agents. Activate when the user needs to pass work between agents,…
latestaiagents/agent-skills
6
15
agent-memory-systems Use this skill when implementing memory for AI agents. Activate when the user needs agents to remember past interacti…
latestaiagents/agent-skills
6
16
agent-mesh-architecture Use this skill when designing peer-to-peer multi-agent systems. Activate when the user needs agents that collaborate …
latestaiagents/agent-skills
6
17
agent-supervisor-pattern Use this skill when designing supervisor-based multi-agent systems. Activate when the user needs to orchestrate multi…
latestaiagents/agent-skills
6
18
agent-testing-harness Use this skill when testing AI agent systems. Activate when the user needs to test agent behavior, write tests for mu…
latestaiagents/agent-skills
6
19
agent-tool-routing Use this skill when implementing tool selection for AI agents. Activate when the user needs agents to choose the righ…
latestaiagents/agent-skills
6
20
ai-audit-logging Use this skill when implementing audit logging for AI systems. Activate when the user needs to track AI decisions for…
latestaiagents/agent-skills
6
21
api-security Comprehensive API security for REST and GraphQL APIs. Use this skill when building or reviewing API endpoints, implem…
latestaiagents/agent-skills
6
22
broken-auth-detector OWASP A02 - Broken Authentication Detection. Use this skill when reviewing login systems, session management, passwor…
latestaiagents/agent-skills
6
23
csrf-protection Cross-Site Request Forgery prevention techniques. Use this skill when implementing forms, state-changing operations, …
latestaiagents/agent-skills
6
24
dependency-vulnerability OWASP A09 - Using Components with Known Vulnerabilities. Use this skill when auditing dependencies, updating packages…
latestaiagents/agent-skills
6
25
injection-prevention OWASP A01 - Injection Prevention. Use this skill when reviewing code for SQL injection, NoSQL injection, command inje…
latestaiagents/agent-skills
6
26
insecure-deserialization OWASP A08 - Insecure Deserialization Prevention. Use this skill when parsing serialized data, handling JSON with type…
latestaiagents/agent-skills
6
27
jwt-security JSON Web Token security best practices. Use this skill when implementing JWT authentication, validating tokens, or re…
latestaiagents/agent-skills
6
28
llm-fallback-chains Use this skill when implementing fallback strategies for LLM applications. Activate when the user needs graceful degr…
latestaiagents/agent-skills
6
29
llm-rate-limiting Use this skill when implementing rate limiting for LLM APIs. Activate when the user needs to prevent API quota exhaus…
latestaiagents/agent-skills
6
30
logging-monitoring OWASP A10 - Insufficient Logging and Monitoring. Use this skill when implementing audit logs, security monitoring, or…
latestaiagents/agent-skills
6
31
model-routing-strategy Use this skill when implementing model selection for LLM applications. Activate when the user needs to choose between…
latestaiagents/agent-skills
6
32
prompt-caching-patterns Use this skill when implementing caching for LLM applications. Activate when the user wants to reduce API costs throu…
latestaiagents/agent-skills
6
33
secrets-detection Find and prevent leaked secrets, API keys, and credentials in code. Use this skill when reviewing code for exposed se…
latestaiagents/agent-skills
6
34
secure-code-review Systematic security code review methodology. Use this skill when reviewing pull requests for security issues, auditin…
latestaiagents/agent-skills
6
35
secure-headers HTTP security headers configuration guide. Use this skill when hardening web applications, configuring CSP, or settin…
latestaiagents/agent-skills
6
36
security-misconfiguration OWASP A06 - Security Misconfiguration Detection. Use this skill when configuring servers, frameworks, cloud services,…
latestaiagents/agent-skills
6
37
sensitive-data-protection OWASP A03 - Sensitive Data Exposure Prevention. Use this skill when handling PII, passwords, credit cards, API keys, …
latestaiagents/agent-skills
6
38
xss-prevention OWASP A07 - Cross-Site Scripting (XSS) Prevention. Use this skill when rendering user input in HTML, handling DOM man…
latestaiagents/agent-skills
6
39
xxe-prevention OWASP A04 - XML External Entity (XXE) Prevention. Use this skill when parsing XML, processing SOAP requests, handling…
latestaiagents/agent-skills
6
40
a2a-protocols Implement Agent-to-Agent (A2A) communication for cross-framework interoperability. Use this skill when building multi…
latestaiagents/agent-skills
4
41
agent-checkpointing Implement checkpointing for agent recovery, debugging, and replay. Use this skill when building recoverable agents, i…
latestaiagents/agent-skills
4
42
durable-state-patterns Implement persistent agent state that survives failures and restarts. Use this skill when building stateful agents, i…
latestaiagents/agent-skills
4
43
human-in-loop-agents Build agents that pause for human approval, review, and intervention. Use this skill when implementing approval workf…
latestaiagents/agent-skills
4
44
langgraph-workflows Build agent workflows with LangGraph 1.0 state machines and graph patterns. Use this skill when creating agent graphs…
latestaiagents/agent-skills
4
45
alerting-strategies Design effective alerting strategies that catch real issues without causing alert fatigue. Use this skill when settin…
latestaiagents/agent-skills
1
46
deployment-strategies Implement safe deployment strategies including rolling, blue-green, canary, and feature flags. Use this skill when pl…
latestaiagents/agent-skills
1
47
incident-commander Guide incident response as an Incident Commander with structured communication and coordination. Use this skill when …
latestaiagents/agent-skills
1
48
kubernetes-troubleshooting Diagnose and fix common Kubernetes issues with systematic debugging approaches. Use this skill when troubleshooting K…
latestaiagents/agent-skills
1
49
metrics-logs-traces Implement comprehensive observability with metrics, logs, and distributed traces. Use this skill when setting up moni…
latestaiagents/agent-skills
1
50
on-call-best-practices Manage on-call rotations with sustainable practices, fair scheduling, and effective handoffs. Use this skill when set…
latestaiagents/agent-skills
1
Page 2 · 102 total Previous Next