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 6,937-6,987 of 7,121 AI skills

AI skills directory results

K-Dense-AI logo

Xlsx

K-Dense-AI
OrganizationPopular

Create, edit, analyze, or convert Excel spreadsheets (.xlsx, .xlsm, .xltx) where the workbook file is the primary deliverable. Use for formulas, formatting, financial models, multi-sheet workbooks,…

273
2.4K
51 files
View
secondsky logo

Bun Runtime

secondsky
Community

Use for Bun runtime, bunfig.toml, watch/hot modes, env vars, CLI flags, and module resolution.

31
219
3 files
View
bobmatnyc logo

Phoenix Liveview

bobmatnyc
Community

Phoenix Framework with LiveView on the BEAM

19
75
1 files
View
ww-w-ai logo

Phase 8 Review

ww-w-ai
Organization

Skill for verifying codebase quality and gap analysis. Covers architecture consistency and convention compliance. Use proactively when implementation is complete and quality verification is needed.…

16
66
Instructions
View
HKUDS logo

Convertible Bond

HKUDS
OrganizationPopular

A股可转债分析——转股/纯债/期权三维估值、下修/强赎/回售博弈、双低策略与转债轮动选债框架

5.5K
33.6K
Instructions
View
rohitg00 logo

Aws Cloud Patterns

rohitg00
CommunityPopular

AWS cloud patterns for Lambda, ECS, S3, DynamoDB, and Infrastructure as Code with CDK/Terraform

963
2.6K
Instructions
View
secondsky logo

Bun Shell

secondsky
Community

Bun shell scripting with Bun.$, Bun.spawn, subprocess management. Use for shell commands, template literals, or command execution.

31
219
Instructions
View
google logo

Mantis Pipeline Adapter

google
OrganizationPopular

Interactively guides the design and implementation of custom deterministic orchestrator harnesses. Use when a user wants to build their own pipeline to wrap and run Mantis skills reliably. Don't use…

154
1.6K
3 files
View
secondsky logo

Bun Sqlite

secondsky
Community

Use for bun:sqlite, SQLite operations, prepared statements, transactions, and queries.

31
219
Instructions
View
rohitg00 logo

Claude Memory Kit

rohitg00
CommunityPopular

Persistent memory system for Claude Code. Two-layer architecture (hot cache + knowledge wiki), safety hooks, /close-day end-of-day synthesis. Zero external dependencies.

963
2.6K
Instructions
View
google logo

Mantis Plan

google
OrganizationPopular

Formulates a targeted defensive security reviewing plan based on the active threat model and historical learnings. Use when starting a security review campaign to map the codebase boundaries and…

154
1.6K
Instructions
View
secondsky logo

Bun Sveltekit

secondsky
Community

Use when building or running SvelteKit apps on Bun, including SSR, adapters, and Bun-specific APIs

31
219
Instructions
View
bobmatnyc logo

Golang Concurrency Patterns

bobmatnyc
Community

Go concurrency patterns for production services: context cancellation, errgroup, worker pools, bounded parallelism, fan-in/fan-out, and common race/deadlock pitfalls

19
75
1 files
View
rohitg00 logo

Continuous Learning

rohitg00
CommunityPopular

Auto-extract patterns from coding sessions, track corrections, and build reusable knowledge with confidence scoring

963
2.6K
Instructions
View
secondsky logo

Bun Tanstack Start

secondsky
Community

TanStack Start full-stack React framework with Bun runtime. Use for TanStack Router, server functions, vinxi, or encountering SSR, build, preset errors.

31
219
Instructions
View
bobmatnyc logo

Golang Database Patterns

bobmatnyc
Community

Go database integration patterns using sqlx, pgx, and migration tools like golang-migrate

19
75
1 files
View
HKUDS logo

Credit Analysis

HKUDS
OrganizationPopular

固收与信用分析:信用债评级、利差分析、违约风险评估、城投债研究、可转债定价与策略。

5.5K
33.6K
Instructions
View
secondsky logo

Bun Test Basics

secondsky
Community

Use for bun:test syntax, assertions, describe/it, test.skip/only/each, and basic patterns.

31
219
Instructions
View
bobmatnyc logo

Golang Grpc

bobmatnyc
Community

Production gRPC in Go: protobuf layout, codegen, interceptors, deadlines, error codes, streaming, health checks, TLS, and testing with bufconn

19
75
1 files
View
ww-w-ai logo

Rollback

ww-w-ai
Organization

Manage checkpoints and rollback for safe recovery. Create restore points before risky operations and restore to previous states when needed. Use proactively when user mentions rollback, undo, restore,…

16
66
Instructions
View
rohitg00 logo

Database Optimization

rohitg00
CommunityPopular

Query optimization, indexing strategies, and database performance tuning for PostgreSQL and MySQL

963
2.6K
Instructions
View
AgriciDaniel logo

Claude Blog Brain

AgriciDaniel
CommunityPopular

Scaffold and operate Claude Blog Brain, a source-cited Obsidian brain for blog content creation, optimization, and management dual-optimized for Google rankings (E-E-A-T, the 2026 core updates) and AI…

362
2.2K
479 files
View
bobmatnyc logo

Golang Http Frameworks

bobmatnyc
Community

Go HTTP API development with net/http, Chi, Gin, Echo, and Fiber frameworks

19
75
2 files
View
ww-w-ai logo

Simplify

ww-w-ai
Organization

Review changed code for reuse, quality, and efficiency, then fix any issues found. Use after PDCA Check >= 90% or when code review is needed. Triggers: simplify, clean code, refactor, reduce…

16
66
Instructions
View
garrytan logo

Briefing

garrytan
CommunityPopular

Compile daily briefing with meeting context, active deals, and citation tracking

4.5K
30.1K
1 files
View
AgriciDaniel logo

Blog Analyze

AgriciDaniel
CommunityPopular

Audit and score blog posts on a 5-category 100-point scoring system covering content quality, SEO optimization, E-E-A-T signals, technical elements, and AI citation readiness. Includes advisory…

362
2.2K
Instructions
View
google logo

Mantis Researcher

google
OrganizationPopular

Audits production source code files based on the strategy in workspace/plan.json. Use when a review plan exists and you need to perform static analysis and deep-dive reviews of targeted files. Don't…

154
1.6K
Instructions
View
secondsky logo

Bun Test Lifecycle

secondsky
Community

Use for test lifecycle hooks: beforeAll, afterAll, beforeEach, afterEach, fixtures, preload.

31
219
Instructions
View
bobmatnyc logo

Golang Observability Opentelemetry

bobmatnyc
Community

Instrumenting Go applications with OpenTelemetry for distributed tracing, Prometheus for metrics, and structured logging with slog

19
75
1 files
View
google logo

Mantis Review

google
OrganizationPopular

Independently reviews findings and filters out false positives. Use when consolidated findings need validation against the actual source code. Don't use for reproducing crashes or patching code.

154
1.6K
Instructions
View
secondsky logo

Bun Test Mocking

secondsky
Community

Use for mock functions in Bun tests, spyOn, mock.module, implementations, and test doubles.

31
219
Instructions
View
ww-w-ai logo

Skill Status

ww-w-ai
Organization

Show loaded skills inventory with status, classification, and coverage information. Lists all skills from the skills/ directory with their activation state. Use proactively when user asks about…

16
66
Instructions
View
garrytan logo

Conversation Archive

garrytan
CommunityPopular

Import AI-assistant chat exports (ChatGPT, Claude, Perplexity) and agent session transcripts into the brain as one dated page per conversation under conversations/, validate each page against the…

4.5K
30.1K
1 files
View
rohitg00 logo

Django Patterns

rohitg00
CommunityPopular

Django architecture patterns including DRF, ORM optimization, signals, middleware, and project structure

963
2.6K
Instructions
View
AgriciDaniel logo

Blog Audit

AgriciDaniel
CommunityPopular

Full-site blog health assessment scanning all blog files for quality scores, orphan pages, topic cannibalization, stale content, and AI citation readiness. Runs canonical batch analysis before…

362
2.2K
Instructions
View
google logo

Mantis Structural Index

google
OrganizationPopular

Builds a content-addressed semantic-unit index from source code for structural context. Use when a pinned or live codebase is available and structural cross-reference data would improve research…

154
1.6K
Instructions
View
secondsky logo

Bun Websocket Server

secondsky
Community

This skill should be used when the user asks about "WebSocket in Bun", "real-time communication", "Bun.serve websocket", "ws server", "socket connections", "pub/sub", "broadcasting messages",…

31
219
Instructions
View
ww-w-ai logo

Starter

ww-w-ai
Organization

Static web development skill for beginners and non-developers. Covers HTML/CSS/JavaScript and Next.js App Router basics. Project initialization with "init starter" or "starter init". Use proactively…

16
66
Instructions
View
google logo

Mantis Summarize

google
OrganizationPopular

Pre-processes the repository by generating security-focused summaries (mantis-summary.md) for each directory to make planning and research more efficient. Use when starting a review campaign to map…

154
1.6K
Instructions
View
microsoft logo

Add Mcscopilot

microsoft
Organization

Adds Microsoft Copilot Studio connector to a Power Apps code app. Use when invoking Copilot Studio agents, sending prompts to agents, or integrating agent responses.

182
895
Instructions
View
secondsky logo

Bun Workers

secondsky
Community

Use for Web Workers in Bun, worker_threads, parallel processing, and background tasks.

31
219
Instructions
View
bobmatnyc logo

Express Production

bobmatnyc
Community

Production-ready Express.js development covering middleware architecture, error handling, security hardening, testing strategies, and deployment patterns

19
75
5 files
View
HKUDS logo

Dividend Analysis

HKUDS
OrganizationPopular

Dividend stock analysis for income, dividend-growth, and shareholder-return strategies, including yield quality, payout sustainability, ex-dividend mechanics, and yield-trap checks.

5.5K
33.6K
Instructions
View
rohitg00 logo

Frontend Excellence

rohitg00
CommunityPopular

Modern frontend patterns for React Server Components, performance optimization, and Core Web Vitals

963
2.6K
Instructions
View
secondsky logo

Claude Code Bash Patterns

secondsky
Community

Claude Code Bash tool patterns with hooks, automation, git workflows. Use for PreToolUse hooks, command chaining, CLI orchestration, custom commands, or encountering bash permissions, command…

31
219
12 files
View
bobmatnyc logo

Flexlayout React

bobmatnyc
Community

FlexLayout for React - Advanced docking layout manager with drag-and-drop, tabs, splitters, and complex window management

19
75
1 files
View
rohitg00 logo

Git Advanced

rohitg00
CommunityPopular

Advanced git workflows including worktrees, bisect, interactive rebase, hooks, and recovery techniques

963
2.6K
Instructions
View
microsoft logo

Add Onedrive

microsoft
Organization

Adds OneDrive for Business connector to a Power Apps code app. Use when uploading, downloading, listing, or managing files in OneDrive.

182
895
Instructions
View
secondsky logo

Claude Hook Writer

secondsky
Community

Expert guidance for writing secure, reliable, and performant Claude Code hooks - validates design decisions, enforces best practices, and prevents common pitfalls. Use when creating, reviewing, or…

31
219
6 files
View
HKUDS logo

Earnings Forecast

HKUDS
OrganizationPopular

盈利预测与一致预期分析(自上而下/自下而上预测法/SUE/PEAD/分析师预期修正),捕捉业绩超预期交易机会。

5.5K
33.6K
Instructions
View
garrytan logo

Gbrain Advisor

garrytan
CommunityPopular

Proactive "make the most of gbrain" coaching. Runs `gbrain advisor` on a cadence and pings the user with the top high-leverage actions for their brain: version drift, pending migrations, stalled jobs,…

4.5K
30.1K
Instructions
View

Set up your own AI workspace now

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