Agent skills
Skills you can use with AI coding agents, indexed from public GitHub repositories.
-
gdb
Debug and trace C/C++/Rust programs with the GNU Debugger (GDB) without blocking the agent. Use when you need to set tracepoints, inspect variables, or monitor a running process while staying responsive to the user.
betab0t/skills 27
-
prompt-improver
A skill for improving prompts by applying general LLM/agent best practices. When the user provides a prompt, this skill outputs an improved version, identifies missing information, and provides specific improvement points. Use when the user asks to "improve this prompt", "review this prompt", or "make this prompt better".
dotneet/claude-code-marketplace
-
suggest-agent-rules
Suggest agent rules analyzing the session history and the current repository.
dotneet/claude-code-marketplace
-
context7
A skill for retrieving the latest library documentation using Context7. Use when the user asks about how to use a library, requests code examples, or instructs to "use context7". Prevents hallucinations based on outdated training data and provides up-to-date API information.
dotneet/claude-code-marketplace
-
perplexity-search
A skill for performing web searches, research, and reasoning using the Perplexity API. Handles real-time web information retrieval, deep research analysis, and advanced reasoning tasks. Use when the user asks for web searches, research, or says things like "look up", "search for", "latest information", "research", or "analyze".
dotneet/claude-code-marketplace
-
code-modularization-evaluator
Evaluate and improve code modularization using the Balanced Coupling Model. Analyzes coupling strength, connascence types, and distance to identify refactoring opportunities and architectural improvements. Use when reviewing code architecture, refactoring modules, or designing new systems.
dotneet/claude-code-marketplace
-
typescript-react-reviewer
Expert code reviewer for TypeScript + React 19 applications. Use when reviewing React code, identifying anti-patterns, evaluating state management, or assessing code maintainability. Triggers: code review requests, PR reviews, React architecture evaluation, identifying code smells, TypeScript type safety checks, useEffect abuse detection, state management review.
dotneet/claude-code-marketplace
-
google-calendar
Accesses the Google Calendar and Tasks API. Use this skill to view or manage calendars, events, schedules, or Google tasks.
dotneet/claude-code-marketplace
-
call-codex
Call codex to perform a task.
dotneet/claude-code-marketplace
-
call-claude
Call claude to perform a task.
dotneet/claude-code-marketplace
-
call-cursor-agent
Call cursor-agent to perform a task.
dotneet/claude-code-marketplace
-
mongoose-mongodb
Work with MongoDB in Node.js using Mongoose ODM for schema design, CRUD operations, relationships, and advanced queries
pluginagentmarketplace/custom-plugin-nodejs 1
-
async-patterns
Master asynchronous programming in Node.js with Promises, async/await, streams, and event-driven patterns for efficient non-blocking operations
pluginagentmarketplace/custom-plugin-nodejs 1
-
performance-optimization
Optimize Node.js application performance with caching, clustering, profiling, and monitoring techniques
pluginagentmarketplace/custom-plugin-nodejs 1
-
docker-deployment
Containerize and deploy Node.js applications with Docker including multi-stage builds, Docker Compose, and production optimization
pluginagentmarketplace/custom-plugin-nodejs 1
-
websockets
Implement real-time bidirectional communication with Socket.io and ws library for chat, notifications, and live dashboards
pluginagentmarketplace/custom-plugin-nodejs 1
-
graphql
Build GraphQL APIs with Node.js using Apollo Server, type definitions, resolvers, and real-time subscriptions
pluginagentmarketplace/custom-plugin-nodejs 1
-
jest-testing
Test Node.js applications with Jest including unit tests, integration tests, mocking, code coverage, and CI/CD integration
pluginagentmarketplace/custom-plugin-nodejs 1
-
nestjs
Build enterprise-grade Node.js applications with NestJS framework, TypeScript, dependency injection, and modular architecture
pluginagentmarketplace/custom-plugin-nodejs 1
-
jwt-authentication
Implement secure JWT (JSON Web Token) authentication in Node.js applications with access/refresh tokens and role-based access control
pluginagentmarketplace/custom-plugin-nodejs 1
-
express-rest-api
Build production-ready RESTful APIs with Express.js including routing, middleware, validation, and error handling for scalable backend services
pluginagentmarketplace/custom-plugin-nodejs 1
-
error-handling
Implement robust error handling in Node.js with custom error classes, async patterns, Express middleware, and production monitoring
pluginagentmarketplace/custom-plugin-nodejs 1
-
streams
Master Node.js streams for memory-efficient processing of large datasets, real-time data handling, and building data pipelines
pluginagentmarketplace/custom-plugin-nodejs 1
-
figma-design-to-code
Implement or update project-consistent UI code from a Figma selection or nodeId using TemPad Dev MCP. Use when the user wants visible Figma UI recreated, ported, or integrated into the target project's framework, styling system, tokens, and existing components when available. Do not use for design critique, product invention, generic code review, or for guessing hidden states, responsiveness, or behavior not shown in design or project evidence.
ecomfe/tempad-dev 458