Software Development AI Skills

7,121 open-source Software Development AI skills that teach any AI model a new workflow.

Search and filter AI skills

Showing 5,662-5,712 of 7,121 AI skills

AI skills directory results

thedivergentai logo

Godot Genre Horror

thedivergentai
Community

Expert blueprint for horror games: sawtooth tension pacing, Director macro-AI, sensory predator AI, sanity/stress FX, and scarcity loops. Use when building psychological/survival horror, dual-brain…

43
727
16 files
View
oliver-kriska logo

Perf

oliver-kriska
Community

Analyze Elixir/Phoenix performance — N+1 queries, assign bloat, ecto optimization, genserver bottlenecks. Use when slowness, timeouts, or high memory reported.

40
555
1 files
View
ancoleman logo

Ingesting Data

ancoleman
Community

Data ingestion patterns for loading data from cloud storage, APIs, files, and streaming sources into databases. Use when importing CSV/JSON/Parquet files, pulling from S3/GCS buckets, consuming API…

73
523
10 files
View
secondsky logo

Sapui5

secondsky
Community

This skill should be used when developing SAP UI5 applications, including creating freestyle apps, Fiori Elements apps, custom controls, testing, data binding, OData integration, routing, and…

117
445
21 files
View
aiskillstore logo

Python Cli Patterns

aiskillstore
Organization

CLI application patterns for Python. Triggers on: cli, command line, typer, click, argparse, terminal, rich, console, terminal ui.

45
427
5 files
View
jamditis logo

Web Archiving

jamditis
Community

Web archiving and retrieval via Wayback Machine and Archive.today. Use to preserve content, reach dead pages, or save evidence.

64
397
1 files
View
glebis logo

Google Image Search

glebis
Community

Search and download images via Google Custom Search API with LLM-powered selection. This skill should be used when finding images for articles, presentations, research documents, or enriching Obsidian…

56
379
9 files
View
giuseppe-trisciuoglio logo

Aws Sdk Java V2 S3

giuseppe-trisciuoglio
Community

Provides Amazon S3 patterns and examples using AWS SDK for Java 2.x. Use when working with S3 buckets, uploading/downloading objects, multipart uploads, presigned URLs, S3 Transfer Manager, object…

41
345
4 files
View
aj-geddes logo

Bundle Size Optimization

aj-geddes
Community

Reduce JavaScript and CSS bundle sizes through code splitting, tree shaking, and optimization techniques. Improve load times and overall application performance.

55
340
5 files
View
MadAppGang logo

Golang Performance

MadAppGang
Organization

Use when profiling Go applications (pprof), running benchmarks, optimizing memory/CPU usage, or debugging performance bottlenecks in production Go code.

26
281
Instructions
View
majiayu000 logo

Disk Cleaner

majiayu000
Community

当用户要扫描磁盘空间、找出可安全删除的缓存/编译产物/安装包、或交互式释放空间时使用。

26
280
Instructions
View
PatternsDev logo

React Data Fetching

PatternsDev
Organization

Teaches modern React data fetching patterns with TanStack Query, SWR, and Suspense. Use when implementing caching, deduplication, optimistic updates, or parallel loading in React applications.

27
250
Instructions
View
asgard-ai-platform logo

Algo Rec Hybrid

asgard-ai-platform
Organization

Design hybrid recommendation systems combining multiple strategies for improved accuracy. Use this skill when the user needs to overcome single-method limitations, combine collaborative and…

29
236
3 files
View
LerianStudio logo

Ring:Migrating To Lib Observability

LerianStudio
Organization

Migrating a Lerian Go app off lib-commons observability imports (deprecated shims or removed APIs) to lib-observability via a fixed mapping table, then bumps go.mod and validates the build;…

28
215
Instructions
View
danielvm-git logo

Map Codebase

danielvm-git
Community

Derives the tech-stack doc from scratch by scanning the codebase — analyzes stack, architecture, and gray areas (error handling, API shapes) and persists findings into…

18
206
Instructions
View
TheBushidoCollective logo

Effect Concurrency

TheBushidoCollective
Organization

Use when Effect concurrency patterns including fibers, fork, join, parallel execution, and race conditions. Use for concurrent operations in Effect applications.

20
195
Instructions
View
Impertio-Studio logo

Frappe Ops Bench

Impertio-Studio
Organization

Use when running bench commands, managing sites, configuring multi-tenancy, or setting up domains. Prevents misconfigured bench environments, broken site routing, and DNS mismatches. Covers bench CLI…

53
180
4 files
View
Kilo-Org logo

Cognito

Kilo-Org
Organization

AWS Cognito user authentication and authorization service. Use when setting up user pools, configuring identity pools, implementing OAuth flows, managing user attributes, or integrating with social…

168
179
2 files
View
datadog-labs logo

Dd Logs

datadog-labs
Organization

Log management - search, archives, metrics, and cost control.

28
172
Instructions
View
TerminalSkills logo

Alpine

TerminalSkills
Organization

Alpine.js is a lightweight JavaScript framework for adding interactivity to HTML markup. It provides reactive data, event handling, and DOM manipulation through HTML attributes — like a modern jQuery…

21
155
1 files
View
bobmatnyc logo

Typescript Core

bobmatnyc
Community

Advanced TypeScript patterns and best practices for 2025

34
152
7 files
View
diegosouzapw logo

Aegisops Ai

diegosouzapw
Community

/aegisops-ai — Autonomous Governance Orchestrator workflow skill. Use this skill when the user needs Autonomous DevSecOps & FinOps Guardrails. Orchestrates Gemini 3 Flash to audit Linux Kernel…

32
145
2 files
View
letta-ai logo

Memfs Search

letta-ai
Organization

Semantic search over agent memory files. Use when you need to find conceptually related memory blocks, discover forgotten reference files, check what you already know before creating new memory, or…

25
144
2 files
View
sendaifun logo

Solana Kit Migration

sendaifun
Organization

Helps developers understand when to use @solana/kit vs @solana/web3.js (v1), provides migration guidance, API mappings, and handles edge cases for Solana JavaScript SDK transitions

81
128
10 files
View
jh941213 logo

Async Python Patterns

jh941213
Community

Python asyncio and async/await patterns guide. Use when building async APIs, concurrency systems, or I/O-bound applications. Triggers: "asyncio", "async/await", "async Python", "concurrent",…

35
125
Instructions
View
einverne logo

Test Expert

einverne
Community

Testing methodologies, test-driven development (TDD), unit and integration testing, and testing best practices across multiple frameworks. Use when the user needs to write tests, implement TDD, or…

24
121
Instructions
View
cometchat logo

Cometchat Flutter V6 Patterns

cometchat
Organization

Project wiring for the Flutter v6 UI Kit — navigation (Navigator / go_router / auto_route), state management (bloc / riverpod / provider / getx), config & secrets, platform setup, and web/desktop…

2
109
Instructions
View
aAAaqwq logo

Security Audit

aAAaqwq
Community

Audit codebases, infrastructure, AND agentic AI systems for security issues. Covers traditional security (dependencies, secrets, OWASP web top 10, SSL/TLS, file permissions) PLUS agentic security…

23
98
1 files
View
korallis logo

Refactoring

korallis
Community

Improve code structure, readability, and maintainability without changing external behavior through systematic refactoring techniques like extracting functions, removing duplication, simplifying…

9
89
Instructions
View
existential-birds logo

Review Skill Improver

existential-birds
Organization

Analyzes feedback logs to identify patterns and suggest improvements to review skills. Use when you have accumulated feedback data and want to improve review accuracy.

8
82
Instructions
View
simota logo

Magi

simota
Community

Deliberating decisions and founder priorities through multi-perspective, named-expert, and YC-style advisory lenses. Use for verdicts, office hours, or expert critique; not implementation.

14
80
35 files
View
jiaxiaojunQAQ logo

Managing Commits

jiaxiaojunQAQ
Community

Git commit quality and conventional commits expertise with automatic issue tracking integration. Auto-invokes when the user explicitly asks about commit message format, commit quality, conventional…

8
79
9 files
View
serac-labs logo

Instance Security

serac-labs
Organization

Harden a ServiceNow instance — password complexity, session timeout, MFA enforcement, input sanitization for XSS/injection, security properties, syslog events, and security health checks.

26
78
Instructions
View
zoom logo

Zoom Video Sdk Unity

zoom
Organization

Zoom Video SDK for Unity wrapper integrations. Use when building custom Unity-based video session experiences and mapping Unity scene/UI state to Video SDK events.

16
78
10 files
View
JasonxzWen logo

Slack Gif Creator

JasonxzWen
Community

Load when a task needs to create, optimize, or validate an animated GIF for Slack emoji or messages; skip static images, video editing, and non-Slack animation.

0
71
7 files
View
Cap-go logo

Tailwind Capacitor

Cap-go
Organization

Guide to using Tailwind CSS in Capacitor mobile apps. Covers mobile-first design, touch targets, safe areas, dark mode, and performance optimization. Use this skill when users want to style Capacitor…

4
71
1 files
View
seaworld008 logo

Database Schema Designer

seaworld008
Community

Design relational database schemas from requirements and generate migrations, TypeScript/Python types, seed data, RLS policies, and indexes. Handles multi-tenancy, soft deletes, audit trails,…

11
70
1 files
View
lovstudio logo

Lov Create Qrcode

lovstudio
Organization

将网址、文本或任意 UTF-8 内容生成可扫码验证的二维码 PNG,默认只输出码本体,并复用个人配色、圆角、纠错与海报偏好;适用于“生成二维码”“按我的偏好做 QR code”和 “create a QR code”。

17
67
18 files
View
affaan-m logo

Agent Eval

affaan-m
CommunityPopular

カスタムタスクでコーディングエージェント(Claude Code、Aider、Codex など)をヘッドツーヘッドで比較し、合格率、コスト、時間、一貫性のメトリクスを測定します

39.1K
261.1K
Instructions
View
ruvnet logo

Ruflo Doctor

ruvnet
CommunityPopular

Run health checks on the Ruflo installation and fix common issues

8.6K
72.7K
Instructions
View
HKUDS logo

Cli Anything Lldb

HKUDS
OrganizationPopular

Stateful LLDB debugging via LLDB Python API

4.6K
49.5K
Instructions
View
sickn33 logo

Agent Qa Result Triage

sickn33
CommunityPopular

Triage failed Agent QA runs with MCP evidence, artifacts, logs, fixed failure categories, confidence, and actionable next steps.

6.8K
46.5K
1 files
View
wshobson logo

Context Driven Development

wshobson
CommunityPopular

Creates and maintains project context artifacts (product.md, tech-stack.md, workflow.md, tracks.md) in a `conductor/` directory. Scaffolds new projects from scratch, extracts context from existing…

4.2K
39.8K
2 files
View
danielmiessler logo

Sales

danielmiessler
CommunityPopular

Transforms product documentation into sales-ready packages — a story explanation, charcoal gestural sketch art, and talking points — via a narrative-arc pipeline. USE WHEN sales, proposal, pitch deck,…

2.5K
19K
3 files
View
RightNow-AI logo

Nginx

RightNow-AI
OrganizationPopular

Nginx configuration expert for reverse proxy, load balancing, TLS, and performance tuning

2.3K
18.2K
Instructions
View
vercel-labs logo

Shadcn

vercel-labs
OrganizationPopular

Pre-built shadcn/ui components for json-render. Use when working with @json-render/shadcn, adding standard UI components to a catalog, or building web UIs with Radix UI + Tailwind CSS components.

887
16.5K
Instructions
View
Jeffallan logo

Playwright Expert

Jeffallan
CommunityPopular

Use when writing E2E tests with Playwright, setting up test infrastructure, or debugging flaky browser tests. Invoke to write test scripts, create page objects, configure test fixtures, set up…

1.1K
11.5K
5 files
View
cursor logo

Figure It Out

cursor
OrganizationPopular

Design an auditable playbook when no narrower one fits: a large migration, an ambitious multi-part change, or work a human reviews after stepping away. Scales rigor to the task, runs a hypothesis…

728
8K
Instructions
View
trailofbits logo

Second Opinion

trailofbits
OrganizationPopular

Gets independent code reviews from Codex or Antigravity for uncommitted changes, branch diffs, and commits. Use when the user requests an external review, a second opinion on code, a codex review, a…

611
7.1K
7 files
View
anbeime logo

Law To Markdown

anbeime
CommunityPopular

律师助理与法律助手在处理繁杂法条时,当需要将 PDF/Word/TXT 格式的法律规范文件转为结构化 Markdown 时适用。自动完成 OCR 解析、法律层级识别与三阶段保真校验,一键生成排版完美的法条 Markdown 文档及审核报告,让法律文本数字化工作事半功倍。

645
6.9K
5 files
View
tech-leads-club logo

Rails Dev

tech-leads-club
OrganizationPopular

Opinionated Rails conventions: rich models, concerns, CRUD-everything, state-as-records, minimal dependencies, Minitest with fixtures. Load this skill BEFORE any code-level thinking, not only before…

530
6.3K
24 files
View

Set up your own AI workspace now

Get notified about new features and future giveaways by subscribing to our newsletter 👇