Skills
Each entry shows what its maintainer published and when the project was last touched. Where a repository has been deleted or archived, that is stated on the entry instead of being quietly left out.
Worked on in the last 90 days (60)
Someone pushed a commit recently. This is the shortlist worth trying first.
-
mohitagw15856-pm-claude-skills-agent-design-review
— last commit 2026-08-06
Review an LLM agent design and find where it will be unreliable, expensive, or unsafe. Use when asked to review an agent architecture, crit…
-
mohitagw15856-pm-claude-skills-agent-era-pricing
— last commit 2026-08-06
Redesign seat-based pricing for the agent era — when one human runs ten agents, per-seat models collapse. Use when agents are eroding seat…
-
mohitagw15856-pm-claude-skills-agent-hiring-panel
— last commit 2026-08-06
Hire an AI agent the way you'd hire an employee — a role spec with success criteria, a structured work-sample interview run on your real ta…
-
mohitagw15856-pm-claude-skills-agent-incident-postmortem
— last commit 2026-08-06
Run a blameless postmortem for an incident caused by an AI agent or LLM feature — hallucinated facts shipped to users, runaway tool use, pr…
-
mohitagw15856-pm-claude-skills-agent-observability-spec
— last commit 2026-08-06
Specify the tracing, metrics, and alerting for an AI agent or LLM feature in production. Use when asked what to log for an LLM app, design…
-
mohitagw15856-pm-claude-skills-agent-readiness-audit
— last commit 2026-08-06
Audit whether AI agents can actually use your product — docs, APIs, onboarding, errors, and discoverability, evaluated from a non-human use…
-
mohitagw15856-pm-claude-skills-agent-severance
— last commit 2026-08-06
Offboard an AI agent the way you'd offboard an employee — inventory what it knew and touched, export then purge its memory, revoke every cr…
-
mohitagw15856-pm-claude-skills-agent-spec
— last commit 2026-08-06
Specify an autonomous or tool-using AI agent before building it. Use when asked to design an AI agent, define an agent's tools and guardrai…
-
mohitagw15856-pm-claude-skills-aging-in-place-assessment
— last commit 2026-08-06
Assess whether and how someone can safely stay in their own home as they age — the home hazards, the support gaps, and the modifications an…
-
mohitagw15856-pm-claude-skills-aging-parent-talks
— last commit 2026-08-06
Prepare the conversations with aging parents that everyone postpones — the driving talk, the money talk, the care-options talk, the moving…
-
mohitagw15856-pm-claude-skills-agm-in-a-box
— last commit 2026-08-06
Run a club, PTA, or association AGM that finishes on time and holds up later — the notice and agenda done right, a quorum plan, minutes tha…
-
mohitagw15856-pm-claude-skills-ai-assisted-performance-review
— last commit 2026-08-06
Evaluate performance fairly when output is AI-assisted — what still measures the human, what now measures the tooling, and how to run the r…
-
mohitagw15856-pm-claude-skills-ai-code-review
— last commit 2026-08-06
Review AI-authored code for its characteristic failure modes — plausible-but-wrong logic, hallucinated APIs, over-engineering, dead scaffol…
-
mohitagw15856-pm-claude-skills-ai-content-audit
— last commit 2026-08-06
Audit a content library, docs site, or blog for AI-generated filler that's eroding trust and search performance — and triage what to fix, r…
-
mohitagw15856-pm-claude-skills-ai-context-primer
— last commit 2026-08-06
Build the context an AI needs to do a task well — the background, constraints, examples, and format it can't guess — so you get a great res…
-
mohitagw15856-pm-claude-skills-ai-disclosure-policy
— last commit 2026-08-06
Decide when and how your product and communications must (or should) label AI-generated content, and write the disclosure policy — surface-…
-
mohitagw15856-pm-claude-skills-ai-ethics-review
— last commit 2026-08-06
Conduct a structured ethical review of an AI or ML feature, model, or product. Use when preparing to deploy an AI system, assessing algorit…
-
mohitagw15856-pm-claude-skills-ai-eval-plan
— last commit 2026-08-06
Design an evaluation plan for an LLM or AI feature before shipping it. Use when asked how to evaluate a prompt/model/agent, set up an eval…
-
secondsky-claude-skills-aceternity-ui
— last commit 2026-08-06
100+ animated React components (Aceternity UI) for Next.js with Tailwind. Use for hero sections, parallax, 3D effects, or encountering anim…
-
secondsky-claude-skills-api-authentication
— last commit 2026-08-06
Secure API authentication with JWT, OAuth 2.0, API keys. Use for authentication systems, third-party integrations, service-to-service commu…
-
secondsky-claude-skills-api-changelog-versioning
— last commit 2026-08-06
Creates comprehensive API changelogs documenting breaking changes, deprecations, and migration strategies for API consumers. Use when manag…
-
secondsky-claude-skills-api-contract-testing
— last commit 2026-08-06
Verifies API contracts between services using consumer-driven contracts, schema validation, and tools like Pact. Use when testing microserv…
-
secondsky-claude-skills-api-design-principles
— last commit 2026-08-06
Master REST and GraphQL API design principles to build intuitive, scalable, and maintainable APIs that delight developers. Use when designi…
-
secondsky-claude-skills-api-error-handling
— last commit 2026-08-06
Implements standardized API error responses with proper status codes, logging, and user-friendly messages. Use when building production API…
-
secondsky-claude-skills-api-filtering-sorting
— last commit 2026-08-06
Builds flexible API filtering and sorting systems with query parameter parsing, validation, and security. Use when implementing search endp…
-
secondsky-claude-skills-api-gateway-configuration
— last commit 2026-08-06
Configures API gateways for routing, authentication, rate limiting, and request transformation in microservice architectures. Use when sett…
-
secondsky-claude-skills-api-pagination
— last commit 2026-08-06
Implements efficient API pagination using offset, cursor, and keyset strategies for large datasets. Use when building paginated endpoints,…
-
secondsky-claude-skills-api-rate-limiting
— last commit 2026-08-06
Implements API rate limiting using token bucket, sliding window, and Redis-based algorithms to protect against abuse. Use when securing pub…
-
secondsky-claude-skills-api-reference-documentation
— last commit 2026-08-06
Creates professional API documentation using OpenAPI specifications with endpoints, authentication, and interactive examples. Use when docu…
-
secondsky-claude-skills-api-response-optimization
— last commit 2026-08-06
Optimizes API performance through payload reduction, caching strategies, and compression techniques. Use when improving API response times,…
-
secondsky-claude-skills-api-security-hardening
— last commit 2026-08-06
REST API security hardening with authentication, rate limiting, input validation, security headers. Use for production APIs, security audit…
-
secondsky-claude-skills-api-testing
— last commit 2026-08-06
HTTP API testing for TypeScript (Supertest) and Python (httpx, pytest). Test REST APIs, GraphQL, request/response validation, authenticatio…
-
secondsky-claude-skills-api-versioning-strategy
— last commit 2026-08-06
Implements API versioning using URL paths, headers, or query parameters with backward compatibility and deprecation strategies. Use when ma…
-
secondsky-claude-skills-app-store-deployment
— last commit 2026-08-06
Publishes mobile applications to iOS App Store and Google Play with code signing, versioning, and CI/CD automation. Use when preparing app…
-
secondsky-claude-skills-architecture-patterns
— last commit 2026-08-06
Implement proven backend architecture patterns including Clean Architecture, Hexagonal Architecture, and Domain-Driven Design. Use when arc…
-
secondsky-claude-skills-auto-animate
— last commit 2026-08-06
AutoAnimate (@formkit/auto-animate) zero-config animations for React. Use for list transitions, accordions, toasts, or encountering SSR err…
-
secondsky-claude-skills-base-ui-react
— last commit 2026-08-06
MUI Base UI unstyled React components with Floating UI. Use for accessible components, Radix UI migration, render props API, or encounterin…
-
secondsky-claude-skills-better-auth
— last commit 2026-08-06
Skill for integrating Better Auth - comprehensive TypeScript authentication framework for Cloudflare D1, Next.js, Nuxt, and 15+ frameworks.…
-
secondsky-claude-skills-bun-bundler
— last commit 2026-08-06
This skill should be used when the user asks about "bun build", "Bun.build", "bundling with Bun", "code splitting", "tree shaking", "minifi…
-
secondsky-claude-skills-bun-cloudflare-workers
— last commit 2026-08-06
This skill should be used when the user asks about "Cloudflare Workers with Bun", "deploying Bun to Workers", "wrangler with Bun", "edge de…
-
secondsky-claude-skills-bun-docker
— last commit 2026-08-06
Use for Docker with Bun, Dockerfiles, oven/bun image, containerization, and deployments.
-
secondsky-claude-skills-bun-drizzle-integration
— last commit 2026-08-06
Use when integrating Drizzle ORM with Bun's SQLite driver for type-safe schema definitions and migrations.
-
secondsky-claude-skills-bun-ffi
— last commit 2026-08-06
This skill should be used when the user asks about \"bun:ffi\", \"foreign function interface\", \"calling C from Bun\", \"native libraries\…
-
secondsky-claude-skills-bun-file-io
— last commit 2026-08-06
Use for Bun file I/O: Bun.file, Bun.write, streams, directories, glob patterns, metadata.
-
secondsky-claude-skills-bun-hono-integration
— last commit 2026-08-06
Use when building APIs with Hono framework on Bun, including routing, middleware, REST APIs, context handling, or web framework features.
-
secondsky-claude-skills-bun-hot-reloading
— last commit 2026-08-06
Use when implementing hot reloading with Bun (--hot, --watch), HMR, or automatic code reloading during development. Covers watch mode, hot…
-
secondsky-claude-skills-bun-http-server
— last commit 2026-08-06
Use when building HTTP servers with Bun.serve, handling requests/responses, implementing routing, creating REST APIs, or configuring fetch…
-
secondsky-claude-skills-grill-me
— last commit 2026-08-06
A relentless interview to sharpen a plan or design.
-
trailofbits-skills-agentic-actions-auditor
— last commit 2026-08-06
Audits GitHub Actions workflows for security vulnerabilities in AI agent integrations including Claude Code Action, Gemini CLI, OpenAI Code…
-
trailofbits-skills-algorand-vulnerability-scanner
— last commit 2026-08-06
Scans Algorand smart contracts for 11 common vulnerabilities including rekeying attacks, unchecked transaction fees, missing field validati…
-
trailofbits-skills-audit-context-building
— last commit 2026-08-06
Understand a codebase before looking for bugs in it - what each function assumes, what it guarantees, and what it depends on elsewhere. Use…
-
trailofbits-skills-audit-prep-assistant
— last commit 2026-08-06
Prepares codebases for security review using Trail of Bits' checklist. Helps set review goals, runs static analysis tools, increases test c…
-
trailofbits-skills-burpsuite-project-parser
— last commit 2026-08-06
Searches and explores Burp Suite project files (.burp) from the command line. Use when searching response headers or bodies with regex patt…
-
trailofbits-skills-c-review
— last commit 2026-08-06
Performs comprehensive C/C++ security review for memory corruption, integer overflows, race conditions, and platform-specific vulnerabiliti…
-
trailofbits-skills-cairo-vulnerability-scanner
— last commit 2026-08-06
Scans Cairo/StarkNet smart contracts for 6 critical vulnerabilities including felt252 arithmetic overflow, L1-L2 messaging issues, address…
-
trailofbits-skills-chrome-mcp-troubleshooting
— last commit 2026-08-06
Diagnose and fix Claude in Chrome MCP extension connectivity issues. Use when mcp__claude-in-chrome__* tools fail, return "Browser extensio…
-
trailofbits-skills-code-maturity-assessor
— last commit 2026-08-06
Systematic code maturity assessment using Trail of Bits' 9-category framework. Analyzes codebase for arithmetic safety, auditing practices,…
-
trailofbits-skills-constant-time-analysis
— last commit 2026-08-06
Detects timing side-channel vulnerabilities in cryptographic code. Use when implementing or reviewing crypto code, encountering division on…
-
trailofbits-skills-cosmos-vulnerability-scanner
— last commit 2026-08-06
Scans Cosmos SDK blockchain modules and CosmWasm contracts for consensus-critical vulnerabilities — chain halts, fund loss, state divergenc…
-
trailofbits-skills-devcontainer-setup
— last commit 2026-08-06
Creates devcontainers with Claude Code, language-specific tooling (Python/Node/Rust/Go), and persistent volumes. Use when adding devcontain…
Page 8 of 50
How this page is ordered
Entries are grouped by whether anyone is still working on them, using the date of the most recent push to the repository. They are not ordered by stars, because a star is a bookmark somebody left once and never took back.
Where we have not checked an entry yet, it says so rather than being mixed in with the verified ones.