← all publishers

pratiyush

@pratiyush source repo

41 published skills

  1. SQL Migration · pratiyush bundle
    Turn a Jira ticket into a draft GitLab MR containing a paired forward + rollback SQL migration that follows this repo's conventions. Trigger on phrases like "work <JIRA-KEY>", "create migration for ticket", "draft SQL for <KEY>".
    0
    installs
  2. Reverse Engineer · pratiyush
    One-off, operator-run skill that reverse-engineers house coding standards, conventions, and anti-patterns from a repository's git history and GitLab MR discussions, then proposes concrete edits to the sql-migration skill's artifacts. Trigger phrases like "reverse engineer conventions", "mine review comments", "audit the sql-migration flow".
    0
    installs
  3. SQL Conventions Miner · pratiyush
    One-time skill to mine the SQL migrations repo's git history and produce draft conventions.md, templates/, examples/, and anti-patterns.md for the sql-migration runtime skill. Trigger phrases like "mine SQL history", "refresh conventions", "bootstrap sql-migration artifacts".
    0
    installs
  4. Wiki All · pratiyush
    Run the complete llmwiki pipeline from scratch — init, sync, graph, build, lint, and serve. Use when the user says "run everything", "full pipeline", "wiki-all", or wants to rebuild the entire wiki from session history.
    0
    installs
  5. Self Learn · pratiyush
    Extract reusable patterns from recent sessions, propose framework improvements, and (with approval) update the framework docs. This is the dogfooding meta-loop — the project learns from its own usage. Use when the user says "learn from this", "what did we learn", "extract lessons", "update the framework", "add this to steering rules", or after completing any substantial feature or debugging session.
    0
    installs
  6. Llmwiki Sync · pratiyush
    Sync Claude Code session transcripts into the user's llmwiki and ingest them into the wiki. Use when the user says "sync the wiki", "update llmwiki", "ingest recent sessions", "refresh the knowledge base", or asks a knowledge question that would benefit from up-to-date sessions. Also use when the user explicitly asks to refresh or rebuild the LLM wiki from their agent history.
    0
    installs
  7. Llmwiki Query · pratiyush
    Answer a question by querying the user's llmwiki. Use when the user asks about their own past work — "what did I decide about X", "what have I been working on", "how did I solve Y", "what's my preferred approach to Z", or any question that the wiki (built from their session history) might answer. Always read the wiki first before falling back to external search.
    0
    installs
  8. Llmwiki Ingest · pratiyush
    Ingest one source document (or a folder of them) into the llmwiki. Use when the user drops a new markdown file, PDF, or URL into the wiki and asks you to process it. The user will typically say "ingest this", "add this to the wiki", "process this file into the wiki", or point at a file under `raw/`.
    0
    installs
  9. Project Maintainer · pratiyush
    Maintain an llmwiki-style open-source project across the full framework pipeline. Use when the user says "maintain the project", "check my tasks", "update progress", "run phase gate", "do a monthly verify", "lint my wiki", "check stale entries", or invokes any form of ongoing project-keeping chore. Reads _progress.md, tasks.md, docs/roadmap.md, and .github issues to figure out what's next and what's drifted.
    0
    installs
  10. Hello Skill · pratiyush bundle
    Generate friendly greeting messages in multiple languages. Use when the user asks for a hello message, welcome text, or localized greeting.
    0
    installs
  11. Code Quality · pratiyush bundle
    Analyze Java source files for code quality issues including style violations, complexity warnings, and common anti-patterns. Use when reviewing Java code, running quality checks, or preparing for code review.
    0
    installs
  12. Release Notes · pratiyush bundle
    Maintain project release notes, changelogs, and framework phase updates. Use when the user asks to generate a changelog, draft release notes, update CHANGELOG.md, or track framework phase transitions.
    0
    installs
  13. Skill Template · pratiyush bundle
    Scaffold new Agent Skills with best-practice structure and frontmatter. Use when the user wants to create a new skill, bootstrap a skill directory, or generate SKILL.md boilerplate following the Agent Skills spec.
    0
    installs
  14. Test Generator · pratiyush bundle
    Generate test file stubs and boilerplate from source code analysis. Use when the user asks to create tests, add test coverage, or scaffold test files for existing source code.
    0
    installs
  15. Data Validation · pratiyush bundle
    Validate CSV and JSON data files against schemas and quality rules. Use when the user asks to check data quality, validate a dataset, or verify file contents match an expected schema.
    0
    installs
  16. Dependency Audit · pratiyush bundle
    Audit project dependencies for known vulnerabilities, outdated packages, and license compliance issues. Use when the user asks to check dependencies, audit packages, review licenses, or assess supply chain security.
    0
    installs
  17. Project Maintenance · pratiyush bundle
    Maintain project health by enforcing PR checklists, tracking open issues, verifying release readiness, and ensuring framework phases are up to date. Use when reviewing PRs, creating issues, preparing releases, or auditing project state.
    0
    installs
  18. Basic Skill · pratiyush
    A minimal example skill that demonstrates the Agent Skills format. Use when learning how to create skills.
    0
    installs
  19. Skill With Tests · pratiyush bundle
    Example skill demonstrating the test scenario format from the extended specification. Use when learning how to write and evaluate skill test cases.
    0
    installs
  20. Skill With Scripts · pratiyush bundle
    Example skill that bundles executable scripts for automated tasks. Use when you need to run shell-based automation via bundled scripts.
    0
    installs
  21. Skill With Extended · pratiyush
    Demonstrates extended spec features. Use when learning about security, testing, composition.
    0
    installs
  22. Bom Skill · pratiyush
    ---
    0
    installs
  23. Valid Skill · pratiyush
    A valid test skill for unit testing. Use when running automated tests.
    0
    installs
  24. Extended Skill · pratiyush
    Fixture for extended spec validation tests. Use when testing extended fields.
    0
    installs
  25. Skill With Ignore · pratiyush bundle
    A test skill with a .skillignore file. Use when testing filterFiles behavior.
    0
    installs
  26. Dev Spec Kit Graph · pratiyush
    Build, refresh, and read dev-spec-kit's Verified Traceability Graph — provider-agnostic. Keep it fresh with the build wrapper, read blast radius / implements-edges / drift to answer "what breaks if this changes?", and run the staleness re-prove dance. For choosing and configuring the code-graph engine itself, see the dev-spec-kit-revitify and dev-spec-kit-graphify skills.
    0
    installs
  27. Dev Spec Kit Judge · pratiyush
    Supply an LLM acceptance verdict for a dev-spec-kit `judge` check — for criteria a test can't assert (tone, copy quality, "is this error actionable", a transcript vs a rubric). Use when a @check kind=judge needs proving in harness mode (no API key needed — you are the LLM).
    0
    installs
  28. Dev Spec Kit Retro · pratiyush
    Run the dev-spec-kit learning loop — capture lessons after a feature/incident into .dev-spec-kit/learnings.md, propose promotions into the laws, and turn fixed bugs into permanent regression checks. Use after completing a feature, after any surprising failure, or when the user says retro.
    0
    installs
  29. Dev Spec Kit Finish · pratiyush
    The completion ritual — run when a feature's tasks are done and it's time to land the branch. Fresh-evidence entry gate, a fixed option menu, typed confirmation for destructive paths, provenance-checked cleanup, every step journaled. Use when the user says finish/land/merge/wrap up, or after dev-spec-kit pr is ready.
    0
    installs
  30. Dev Spec Kit Intake · pratiyush
    Turn a raw idea, voice-dump, or ticket into a dev-spec-kit intake file and route it. Use when the user brain-dumps a request, pastes a Jira/GitHub/GitLab ticket, or points at an idea that has no spec yet.
    0
    installs
  31. Dev Spec Kit Review · pratiyush
    Two-pass adversarial code review for dev-spec-kit changes — a blind diff-only pass, then a full-context pass against the spec and graph. Use before any PR, after dev-spec-kit graph build is green, or when the user asks for review.
    0
    installs
  32. Dev Spec Kit Analyze · pratiyush
    Score each requirement's complexity 1–10 and recommend a subtask breakdown, then expand the over-scoped ones into bound sub-criteria. Use after a spec is drafted and before implementation, to catch requirements that are too big to prove as a single unit.
    0
    installs
  33. Dev Spec Kit Clarify · pratiyush
    Resolve ambiguity in a raw intake or draft spec by asking the user ≤5 high-value questions, each with a recommended default. Use before finalizing a full-spec route, or when `spec.onVague` is "clarify", or whenever a requirement is under-specified.
    0
    installs
  34. Dev Spec Kit Graphify · pratiyush
    graphify — the external, multi-modal opt-in provider
    0
    installs
  35. Dev Spec Kit Research · pratiyush
    Augment a requirement or intake with current, cited best-practice before it's finalized — search the web, read the sources, and write findings back as linked evidence. Use when a spec touches a fast-moving area (a protocol, a library API, a security pattern) the model shouldn't answer from memory.
    0
    installs
  36. Dev Spec Kit Revitify · pratiyush
    dev-spec-kit's default code-graph provider — the bundled revitify engine (native TypeScript, tree-sitter multi-language). Zero install, zero API key, always available. Use to understand when revitify is the right provider, how it is configured, what it can and cannot index, and how it feeds the Verified Traceability Graph. For the build/read loop itself, see dev-spec-kit-graph.
    0
    installs
  37. Dev Spec Kit Workflow · pratiyush
    Drive spec-driven development with dev-spec-kit — route the request, write EARS specs with @check bindings, derive evidence-bound tasks, TDD, prove checks with real test runs, build the Verified Traceability Graph, record approvals, and generate graph-derived PR bodies. Use whenever the user asks to build/change code in a dev-spec-kit-initialized project (.dev-spec-kit/ present) or mentions rivet, specs, EARS, or traceability.
    0
    installs
  38. Dev Spec Kit Architect · pratiyush
    Turn approved requirements into a thin high-level design and the Architecture Decision Records (ADRs) that justify the non-obvious choices. Use after requirements are clarified and before implementation, or when a change makes a load-bearing architectural decision.
    0
    installs
  39. Dev Spec Kit Spec Author · pratiyush
    Write high-quality dev-spec-kit specs — Gherkin scenarios (default) or EARS acceptance criteria with @check bindings in .dev-spec-kit/specs/*.md. Use when authoring or revising a spec, converting a ticket/idea into requirements, or when criteria are vague, untestable, or unbound.
    0
    installs
  40. Dev Spec Kit Test Author · pratiyush
    Draft descriptive, behavior-asserting tests from acceptance criteria — run `dev-spec-kit spec draft-tests` to scaffold failing stubs, then flesh each with real assertions covering the 4 edge categories. Use in the TDD red phase, or whenever a criterion is unbound or its test is shallow.
    0
    installs
  41. Revitify · pratiyush
    Query this project's code knowledge graph (built by revitify — graphify's output contract, native TypeScript). Use when the user asks how code hangs together, what breaks if something changes, where a concept lives, or wants the graph rebuilt/visualized.
    0
    installs