askill
soulcodex

soulcodex

Publisher on askill

87 total stars
Skills12
Updated 3/14/2026
GitHub
relational-database-design
relational-database-design
soulcodex3/14/2026

Designs or reviews a relational database schema for a given domain. Covers table structure, normalization, indexes, constraints, and migration strategy. Invoked when the user asks to design a schema,...

8
AI 92
technical-roadmap-planning
technical-roadmap-planning
soulcodex3/14/2026

Gathers inputs, defines initiatives, prioritises with an impact/effort matrix, sequences dependencies, and produces a roadmap table. Invoked when the user asks to plan a technical roadmap, prioritise...

8
AI 86
serverless-architecture
serverless-architecture
soulcodex3/14/2026

Designs and implements serverless functions: function boundary design, runtime selection, event sources, IAM least privilege, configuration, observability, and cost estimation. Invoked when the user a...

8
AI 86
webhook-development
webhook-development
soulcodex3/6/2026

Implements reliable webhook receiving and sending with HMAC signature verification, idempotent processing, retry-with-backoff, and dead-letter handling. Invoked when the user asks to add webhooks, imp...

7
AI 95
fix-bug
fix-bug
soulcodex3/6/2026

Investigates and fixes a reported bug. Reads relevant code, identifies the root cause, proposes a fix, and adds or updates tests to prevent regression. Invoked when the user describes unexpected behav...

7
AI 92
wireframe-prototyping
wireframe-prototyping
soulcodex3/6/2026

Creates low-fidelity wireframes and interaction annotations for a feature or screen. Covers user flow identification, ASCII wireframe sketching, interaction annotation, and acceptance criteria. Invoke...

7
AI 91
write-changelog
write-changelog
soulcodex3/6/2026

Generates a CHANGELOG.md entry for a release by summarizing git commits since the last tag. Groups changes by type: Added, Changed, Fixed, Removed. Follows Keep a Changelog format (https://keepachange...

7
AI 88
pull-request-automation
pull-request-automation
soulcodex3/6/2026

Audits and improves the pull request workflow for a GitHub repository. Covers PR description templates, auto-labelling, CODEOWNERS, PR size checks, and branch protection rules. Invoked when the user a...

7
AI 88
sql-query-optimization
sql-query-optimization
soulcodex3/6/2026

Diagnoses and optimises slow SQL queries using EXPLAIN ANALYZE. Covers identifying bottlenecks (sequential scans, bad estimates, heap fetches), index strategy, query rewrites, and verification. Invoke...

7
AI 85
write-dockerfile
write-dockerfile
soulcodex3/6/2026

Creates an optimized, production-ready Dockerfile for the current project. Detects the language and framework, applies best practices (multi-stage builds, non-root user, minimal base image, layer cach...

7
AI 84
deploy-config
deploy-config
soulcodex3/6/2026

Meta-skill: deploys the full agentic configuration to a target project — AGENTS.md composition, vendor file generation, and skill deployment — in a single workflow. Invoked when the user asks to deplo...

7
AI 81
write-readme
write-readme
soulcodex3/6/2026

Generates or updates a README.md for a project or package. Reads the source code to understand the project and produces a clear, accurate README following the project's conventions. Invoked when the u...

7
Showing all 12 skills.