jd-solanki
- 27 skills
- 0 followers
- 6 hours ago last updated
- ▌
- ▌ Create Wireframe · jd-solanki bundleUse when designing text-based UI mockups, visualizing layouts in chat, or specifying component hierarchy without graphical tools
- ▌ Vue Debug Guides · jd-solanki bundleVue 3 debugging and error handling for runtime errors, warnings, async failures, and SSR/hydration issues. Use when diagnosing or fixing Vue issues.
- ▌ Backlink Analyzer · jd-solanki bundleUse when the user asks to "analyze backlinks", "check link profile", "find toxic links", "link building opportunities", "off-page SEO", "who links to me", "I have spammy links", "how do I get more backlinks", or "disavow links". Analyzes backlink profiles to understand link authority, identify toxic links, discover link building opportunities, and monitor competitor link acquisition. Essential for off-page SEO strategy. For internal link analysis, see internal-linking-optimizer. For competitor link profiles, see competitor-analysis.
- ▌ Database Optimizer · jd-solanki bundleUse when investigating slow queries, analyzing execution plans, or optimizing database performance. Invoke for index design, query rewrites, configuration tuning, partitioning strategies, lock contention resolution.
- ▌ Project Conventions · jd-solanki bundleProject-specific coding and architecture conventions. Always use when implementing features, writing code, or reviewing pull requests to ensure consistency.
- ▌ Bruno · jd-solanki bundleCreate and manage Bruno API collections in the Bru Lang (.bru) format - adding a request, creating an environment, writing pre/post scripts, or scaffolding a collection. Triggers: 'add Bruno request', 'Bruno collection', 'write a .bru', 'Bru Lang'.
- ▌ Coding · jd-solankiComposition skill which invokes sub-skills for coding tasks. It is a meta-skill that orchestrates the use of other coding-related skills.
- ▌ Clean Code · jd-solanki bundleWrite readable, maintainable code through disciplined naming, small functions, and clean error handling. Use when the user mentions "code review", "naming conventions", "function too long", "code smells", "readable code", "boy scout rule", "single responsibility", or "unit test quality". Also trigger when reviewing pull requests for readability, refactoring messy functions, debating comment styles, or improving error handling patterns. Covers SRP, comment discipline, formatting, and unit testing. For refactoring techniques, see refactoring-patterns. For architecture, see clean-architecture.
- ▌ Roadmap · jd-solankiAgree a high-level implementation and architecture roadmap for a feature or task before any code is written.
- ▌ AWS Architecture · jd-solanki bundleAWS architecture patterns for webhooks, event routing, SQS/Lambda pipelines, microservices, environment target guards, and long-running server deployment with CI/CD. Use when designing webhook ingestion, adding SQS queues, wiring Lambda consumers, deciding between FIFO vs standard queues, reviewing event-driven architecture, structuring Python Lambda microservice directories, guarding which environment of an external system a service calls, choosing between serverless and a long-running server, or deploying a containerized server to ECS Express Mode with push-to-deploy CI/CD.
- ▌ Node CLI · jd-solankiPatterns and conventions for building Node.js CLI tools — src structure, entry point setup, Commander wiring, and update notifications. Use when creating or modifying a Node.js CLI, adding Commander commands, wiring update-notifier, or asking how to structure a CLI entry point or src directory.
- ▌
- ▌ Humanizer · jd-solankiRemoves traces of AI-generated text. Suitable for editing or reviewing text to make it sound more natural and human-written. Based on the comprehensive Wikipedia guide on "AI writing characteristics." Detects and fixes patterns such as: exaggerated symbolism, promotional language, superficial analysis ending in "-ing," vague attribution, overuse of dashes, the rule of three, AI-typical vocabulary, negative parallelism, and excessive transitional phrases.
- ▌ AWS Best Practices · jd-solanki bundleAWS service-specific best practices and configuration rules. Use when making decisions about RDS environment isolation, SSM Parameter Store, SQS consumer types, Lambda function structure, or SAM template conventions.
- ▌ Git Commit · jd-solankiA skill to commit changes to a git repository, following conventional commit format.
- ▌
- ▌ Code Organisation · jd-solankiDecide where code lives — the directory tree, module and package boundaries, and the layout inside a file. Use when starting a new project or directory tree, placing a new file/class/function, grouping code into modules or packages, splitting an oversized file or module, naming directories/packages/files, separating source from generated build artifacts, or auditing an existing codebase's structure.
- ▌ Link Skills · jd-solankiSymlink one or more skills in skills/ into every agent skills directory in this repo.
- ▌ Create Ticket · jd-solankiDraft one small, plain ticket as a markdown file, then file it on the project's tracker once the user approves.
- ▌ Review Roadmap · jd-solankiReview a roadmap through three lenses — feasibility, limitations, and improvements — and report what each one found.
- ▌ Backport Skill · jd-solankiCarry an edit made to an installed skill back to the skills repo it came from, and commit there.
- ▌ Writing For Humans · jd-solankiHow to write a short document a person has to read and act on - a ticket, a pull request body, a commit message, a handover note. Covers the title, a shape people skim, evidence that survives a refactor, and stripping the AI phrasing out. Call it before drafting any of those.
- ▌ Automate NPM Release · jd-solanki bundleAutomate npm package publishing via GitHub Actions for single-package repos and independent monorepo packages, including bumpp version tags, GitHub release notes, trusted publishing, provenance, and package-scoped release tags. Use when setting up or modifying npm publish workflows, npm release pipelines, version bumping, package-scoped monorepo releases, changelogithub release notes, trusted publishing, provenance badges, NPM_TOKEN, or OIDC publishing.
- ▌ Update Project Skills · jd-solankiUpdate skills installed by the skills CLI across your projects, then commit each project.
- ▌ Setup Jd Solanki Skills · jd-solanki bundleSetup you may require to use jd-solanki skills and tools.
- ▌ Automate Commit Based Gh Release Changelog · jd-solankiAutomate GitHub release creation and changelog generation from Conventional Commits using changelogithub — includes GitHub release mechanics, tag-based triggers, required permissions, and fetch-depth gotcha. Use when setting up GitHub releases, generating changelogs from commits, using changelogithub, or configuring v* tag triggers and contents:write permissions.