Source

1mangesh1/dev-skills-collection

94 skills · 583 combined installs

Skills from this source

#
Skill
Source
8W Activity
Installs
1
curl-http HTTP request construction and API testing with curl and HTTPie. Use when user asks to "test API", "make HTTP request"…
1mangesh1/dev-skills-collection
37
2
database-indexing Database indexing internals, index type selection, query plan analysis, and write-overhead tradeoffs across PostgreSQ…
1mangesh1/dev-skills-collection
15
3
kubernetes Kubernetes and kubectl mastery for deployments, services, pods, debugging, and cluster management. Use when user asks…
1mangesh1/dev-skills-collection
14
4
terraform Terraform infrastructure as code for provisioning, modules, state management, and workspaces. Use when user asks to "…
1mangesh1/dev-skills-collection
14
5
testing-strategies Testing strategies, patterns, and methodologies across the full testing spectrum. Use when asked about unit tests, in…
1mangesh1/dev-skills-collection
14
6
code-review Code review checklists, PR review patterns, feedback techniques, and review automation. Use when user asks to "review…
1mangesh1/dev-skills-collection
13
7
secret-scanner This skill should be used when the user asks to "scan for secrets", "find API keys", "detect credentials", "check for…
1mangesh1/dev-skills-collection
12
8
dependency-audit Dependency auditing, updating, and vulnerability management for npm, pip, and other package managers. Use when user a…
1mangesh1/dev-skills-collection
11
9
pytest Python testing mastery with pytest, fixtures, parametrize, mocking, and coverage. Use when user asks to "write tests"…
1mangesh1/dev-skills-collection
11
10
redis Redis mastery for caching, data structures, pub/sub, streams, Lua scripting, clustering, and CLI operations. Use when…
1mangesh1/dev-skills-collection
11
11
security-hardening Security hardening, secure coding practices, and infrastructure defense. Use when the user asks about hardening secur…
1mangesh1/dev-skills-collection
11
12
docker-helper Docker operations including Dockerfile authoring, image builds, container lifecycle, networking, volumes, multi-stage…
1mangesh1/dev-skills-collection
10
13
git-advanced Advanced Git operations including rebase, cherry-pick, bisect, reflog, and recovery. Use when user asks to "rebase br…
1mangesh1/dev-skills-collection
10
14
mcp-setup Model Context Protocol (MCP) server setup, configuration, and custom server development for Claude Code, Claude Deskt…
1mangesh1/dev-skills-collection
10
15
aws-cli AWS CLI v2 mastery for S3, EC2, Lambda, IAM, CloudFormation, ECS, RDS, CloudWatch, SQS, SNS, Route 53, Secrets Manage…
1mangesh1/dev-skills-collection
9
16
gh-cli GitHub CLI (gh) reference for authentication, repos, pull requests, issues, code review, Actions, releases, gists, AP…
1mangesh1/dev-skills-collection
9
17
microservices-architecture Microservices architecture patterns, trade-offs, and implementation guidance. Use when user asks about service decomp…
1mangesh1/dev-skills-collection
9
18
python-env Python environment management with venv, Poetry, Pipenv, pyenv, and conda. Use when user asks to "create virtual envi…
1mangesh1/dev-skills-collection
9
19
ssh-config SSH key management, config file setup, tunnels, port forwarding, and jump hosts. Use when user asks to "setup SSH key…
1mangesh1/dev-skills-collection
9
20
web-performance Web performance analysis and optimization across the full stack. Use when the user asks about Core Web Vitals, Lighth…
1mangesh1/dev-skills-collection
9
21
ai-prompting Practical prompt engineering patterns for developers working with LLMs. Use when user asks about writing prompts, sys…
1mangesh1/dev-skills-collection
8
22
authentication-patterns Comprehensive authentication and authorization implementation guide. Use when the user asks about JWT tokens, OAuth 2…
1mangesh1/dev-skills-collection
8
23
graphql GraphQL schema design, queries, mutations, and tooling. Use when user asks to "write a GraphQL schema", "create a que…
1mangesh1/dev-skills-collection
8
24
nginx Nginx web server configuration for reverse proxy, SSL/TLS, load balancing, static hosting, caching, and security hard…
1mangesh1/dev-skills-collection
8
25
sql-migrations Database migration mastery with Prisma, Drizzle, Knex, TypeORM, Alembic, Flyway, and golang-migrate. Use when user as…
1mangesh1/dev-skills-collection
8
26
containerization-best-practices Container and Docker best practices for production workloads. Use when user asks to "optimize Docker", "Docker best p…
1mangesh1/dev-skills-collection
7
27
dotfiles Dotfile management with stow, chezmoi, yadm, or git bare repo for configuration sync across machines. Use when user a…
1mangesh1/dev-skills-collection
7
28
env-debug Debug environment issues with PATH, permissions, environment variables, and configuration problems. Use when user ask…
1mangesh1/dev-skills-collection
7
29
git-hooks Git hooks setup with Husky, lint-staged, lefthook, and native hooks for automated code quality. Use when user asks to…
1mangesh1/dev-skills-collection
7
30
github-actions GitHub Actions CI/CD mastery for workflows, matrix builds, caching, secrets, and reusable actions. Use when user asks…
1mangesh1/dev-skills-collection
7
31
jq-yq JSON and YAML processing with jq and yq command-line tools. Use when user asks to "parse JSON", "transform YAML", "ex…
1mangesh1/dev-skills-collection
7
32
lint-format Linting and formatting setup with ESLint, Prettier, Ruff, Black, and EditorConfig. Use when user asks to "set up lint…
1mangesh1/dev-skills-collection
7
33
makefile Makefile patterns for project automation and build tasks. Use when user asks to "create Makefile", "add make target",…
1mangesh1/dev-skills-collection
7
34
monitoring-observability Production monitoring, observability, and incident response practices. Use when the user asks about structured loggin…
1mangesh1/dev-skills-collection
7
35
regex Regular expression mastery with syntax, common patterns, and language-specific usage. Use when user asks to "write a …
1mangesh1/dev-skills-collection
7
36
tmux Terminal multiplexer mastery for sessions, windows, panes, and scripting. Use when user asks to "set up tmux", "split…
1mangesh1/dev-skills-collection
7
37
vim-motions Vim keybindings, motions, text objects, operators, macros, registers, and modal editing for efficient text editing. U…
1mangesh1/dev-skills-collection
7
38
api-versioning Comprehensive guide to API versioning strategies, backward compatibility, deprecation, and lifecycle management. Use …
1mangesh1/dev-skills-collection
6
39
changelog Changelog generation, release notes, semantic versioning, and release management. Use when user asks to "write a chan…
1mangesh1/dev-skills-collection
6
40
docker-compose Docker Compose for multi-container local development and production stacks. Use when user mentions "docker-compose", …
1mangesh1/dev-skills-collection
6
41
jest-vitest JavaScript/TypeScript testing with Jest and Vitest. Use when user asks to "write JS tests", "add unit tests", "test R…
1mangesh1/dev-skills-collection
6
42
npm-scripts npm, yarn, and pnpm package management, scripts, workspaces, and publishing. Use when user asks to "run npm script", …
1mangesh1/dev-skills-collection
6
43
api-design REST API design patterns, structure, and best practices. Use when user asks to "design a REST API", "create API endpo…
1mangesh1/dev-skills-collection
5
44
cloudflare-workers Cloudflare Workers for edge computing, serverless functions, and global deployment. Use when user mentions "cloudflar…
1mangesh1/dev-skills-collection
5
45
debugging Debugging techniques, tools, and workflows. Use when user asks to "debug this code", "find the bug", "why is this fai…
1mangesh1/dev-skills-collection
5
46
ffmpeg FFmpeg commands for video/audio conversion, trimming, compression, and processing. Use when user mentions "ffmpeg", "…
1mangesh1/dev-skills-collection
5
47
grpc-protobuf gRPC and Protocol Buffers for service-to-service communication. Use when user mentions "grpc", "protobuf", "protocol …
1mangesh1/dev-skills-collection
5
48
imagemagick ImageMagick commands for image conversion, resizing, cropping, and batch processing. Use when user mentions "imagemag…
1mangesh1/dev-skills-collection
5
49
nextjs Next.js patterns for routing, data fetching, server components, and deployment. Use when user mentions "next.js", "ne…
1mangesh1/dev-skills-collection
5
50
postgres PostgreSQL database commands, queries, administration, and troubleshooting. Use when user mentions "postgres", "psql"…
1mangesh1/dev-skills-collection
5
Page 1 · 94 total Next