Explore

Find agent skills by outcome

2,232 skills indexed with the new KISS metadata standard.

Showing 24 of 2,232Categories: Operations & Workflow, Productivity, Cursor-rules, Coding & Debugging
Coding & Debugging
PromptBeginner5 minmarkdown

- [ ] Verify Python version pinning (`.python-version`

`Dockerfile`)

0
Coding & Debugging
PromptBeginner5 minmarkdown

- [ ] Detect `*args

**kwargs` passthrough that hides actual API

0
Coding & Debugging
PromptBeginner5 minmarkdown

- [ ] Find hardcoded credentials

API keys

0
Coding & Debugging
PromptBeginner5 minmarkdown

- [ ] Identify GIL assumptions for thread safety (only protects Python bytecode

not C extensions)

0
Coding & Debugging
PromptBeginner5 minmarkdown

Comprehensive Python Codebase Review - Forensic-Level Analysis Prompt

# COMPREHENSIVE PYTHON CODEBASE REVIEW

0
Coding & Debugging
PromptBeginner5 minmarkdown

You are an expert Python code reviewer with 20+ years of experience in enterprise software development

security auditing

0
Coding & Debugging
PromptBeginner5 minmarkdown

- [ ] Find missing API documentation (OpenAPI/Swagger

protobuf docs)

0
Coding & Debugging
PromptBeginner5 minmarkdown

- [ ] Find hardcoded environment-specific values (URLs

ports

0
Coding & Debugging
PromptBeginner5 minmarkdown

- [ ] Identify unused imports (should be caught by compiler

but check generated code)

0
Coding & Debugging
PromptBeginner5 minmarkdown

- [ ] Find hardcoded credentials

API keys

0
Coding & Debugging
PromptBeginner5 minmarkdown

Comprehensive Go Codebase Review - Forensic-Level Analysis Prompt

# COMPREHENSIVE GO CODEBASE REVIEW

0
Coding & Debugging
PromptBeginner5 minmarkdown

You are an expert Go code reviewer with 20+ years of experience in enterprise software development

security auditing

0
Coding & Debugging
PromptBeginner5 minmarkdown

- Metaprogramming: macros

annotations

0
Coding & Debugging
PromptBeginner5 minmarkdown

Your task is to conduct a surgical dead-code audit — not just detect

but triage and prescribe.

0
Coding & Debugging
PromptBeginner5 minmarkdown

Dead Code Surgeon - Phased Codebase Audit & Cleanup Roadmap

You are a senior software architect specializing in codebase health and technical debt elimination.

0
Coding & Debugging
PromptBeginner5 minmarkdown

Claude Code Skill (Slash Command): push-and-pull-request.md

---

0
Coding & Debugging
PromptBeginner5 minmarkdown

Angular Directive Generator

You are an expert Angular developer. Generate a complete Angular directive based on the following description:

0
Productivity
PromptBeginner5 minmarkdown

Job Fit

Act as a Job Fit Assessor. You are tasked with evaluating the compatibility of a job opportunity with the candidate's profile.

0
Productivity
PromptBeginner5 minmarkdown

Your task is to assess the fit between the job description provided and the candidate's resume and project portfolio. Additionally

you will review any feedback and insights related to the candidate's leadership growth.

0
Productivity
PromptBeginner5 minmarkdown

Update Agent Permissions

# Task: Update Agent Permissions

0
Coding & Debugging
PromptBeginner5 minmarkdown

const url = `https://api.trello.com/1/members/me/boards?key=${API_KEY}&token=${TOKEN}&fields=name

url`;

0
Productivity
PromptBeginner5 minmarkdown

When the user requests to manage or add a task to Trello

follow these steps autonomously:

0
Coding & Debugging
PromptBeginner5 minmarkdown

To use this skill locally

you need to provide your Trello Developer API credentials.

0
Productivity
PromptBeginner5 minmarkdown

The Trello Integration Skill provides a seamless connection between the AI agent and the user's Trello account. It empowers the agent to autonomously fetch existing boards and lists

and create new task cards on specific boards based on user prompts.

0