Software Engineering
Software engineering skills cover the core work of building and maintaining code: implementation, refactoring, debugging, architecture, and developer workflows. This is the broadest category, so it often contains tools used across repositories, frameworks, and day-to-day engineering tasks.
4,274 skills
Skills in this category
regex-vs-llm-structured-text
by affaan-m/everything-claude-code
A practical decision framework for parsing structured text (quizzes, forms, invoices, documents). The key insight: regex handles 95-98% of cases cheaply and deterministically. Reserve expensive LLM calls for the remaining edge cases.
test
by facebook/react
Source details, install context, and public review data are available on the full page.
inngest
by sickn33/antigravity-awesome-skills
Source details, install context, and public review data are available on the full page.
swift-testing-pro
by twostraws/swift-testing-agent-skill
Write and review Swift Testing code for correctness, modern API usage, and adherence to project conventions. Report only genuine problems - do not nitpick or invent issues.
gws-groupssettings
by googleworkspace/cli
PREREQUISITE: Read ../gws-shared/SKILL.md for auth, global flags, and security rules. If missing, run gws generate-skills to create it.
novel-writer-workflow-guide
by wordflowlab/novel-writer-skills
Source details, install context, and public review data are available on the full page.
problem-definition
by refoundai/lenny-skills
Help the user define problems clearly before jumping to solutions using frameworks from 91 product leaders.
design-systems
by refoundai/lenny-skills
Help the user build and scale design systems using frameworks from 4 product leaders who have built design systems at companies like Figma and Airbnb.
nestjs
by giuseppe-trisciuoglio/developer-kit
This skill provides comprehensive guidance for building NestJS applications with TypeScript, including integration with Drizzle ORM for database operations. It covers all major aspects of NestJS development from basic module structure to advanced patterns like microservices and GraphQL.
recipe-deploy-apps-script
by googleworkspace/cli
PREREQUISITE: Load the following skills to execute this recipe: gws-apps-script
search-first
by affaan-m/everything-claude-code
Systematizes the "search for existing solutions before implementing" workflow.
academic-writing
by jamditis/claude-skills-journalism
Systematic approaches for scholarly writing, research design, and academic communication.
trpc-type-safety
by bobmatnyc/claude-mpm-skills
tRPC enables end-to-end type safety between TypeScript clients and servers without code generation. Define your API once, get automatic type inference everywhere.
vue-expert-js
by jeffallan/claude-skills
Senior Vue specialist building Vue 3 applications with JavaScript and JSDoc typing instead of TypeScript.
ghost-scan-secrets
by ghostsecurity/skills
Source details, install context, and public review data are available on the full page.
sales-qualification
by refoundai/lenny-skills
Help the user qualify sales leads effectively using frameworks from 1 product leader.
agent-slack
by stablyai/agent-slack
agent-slack is a CLI binary installed on $PATH . Invoke it directly (e.g. agent-slack user list ). If installed via Nix flake only, run commands with nix run github:stablyai/agent-slack -- .
m07-concurrency
by zhanghandong/rust-skills
Source details, install context, and public review data are available on the full page.
playwright
by openai/skills
Drive a real browser from the terminal using playwright-cli . Prefer the bundled wrapper script so the CLI works even when it is not globally installed. Treat this skill as CLI-first automation. Do not pivot to @playwright/test unless the user explicitly asks for test files.
positioning-messaging
by refoundai/lenny-skills
Help the user craft compelling product positioning and messaging using frameworks from 58 product leaders and marketers.
trigger-realtime
by triggerdotdev/skills
Subscribe to task runs and stream data in real-time from frontend and backend.
prioritizing-roadmap
by refoundai/lenny-skills
Help the user prioritize product roadmaps and backlogs using frameworks from 75 product leaders.
qmd
by levineam/qmd-skill
Local search engine for Markdown notes, docs, and knowledge bases. Index once, search fast.
query-onchain-data
by coinbase/agentic-wallet-skills
Use the CDP SQL API to query onchain data (events, transactions, blocks, transfers) on Base. Queries are executed via x402 and are charged per query.