kpayakv2 avatar

kpayakv2

Community

@kpayakv2

0Followers
|
3Public Repos
|
15Published Skills

kpayakv2 provides software engineering skills spanning domain modeling, spec-to-ticket planning, code review, pgvector semantic search, React performance, and Thai product data processing.

Skills Distribution
DomainDeveloper To...Software Planning .. (35%)Code Quality & Deb.. (25%)Data Systems & Dat.. (20%)Frontend Performan.. (10%)

Agent Skills by kpayakv2

Showing 15 vetted skills indexed across 1 GitHub repositories.

kpayakv2kpayakv2

domain-modeling

Build and maintain project glossaries and architecture decision records during design discussions.

Community
Intermediate
kpayakv2kpayakv2

wayfinder

Plan large efforts as decision tickets on an issue tracker and resolve them incrementally.

Community
Advanced
kpayakv2kpayakv2

thai-taxonomy-expert

Designs and manages Thai product taxonomy hierarchies with hybrid keyword and embedding classification.

Community
Intermediate
kpayakv2kpayakv2

diagnosing-bugs

Diagnose hard bugs and performance regressions through a structured six-phase feedback-loop workflow.

Community
Advanced
kpayakv2kpayakv2

code-review

Reviews a git diff against documented coding standards and the originating spec in parallel sub-agents.

Community
Intermediate
kpayakv2kpayakv2

to-tickets

Breaks plans and specs into tracer-bullet tickets with declared blocking dependencies.

Community
Intermediate
kpayakv2kpayakv2

find-skills

Searches and installs agent skills from the open skills ecosystem using the Skills CLI.

Community
Basic
kpayakv2kpayakv2

to-spec

Synthesizes conversation context into a structured spec published to the project issue tracker.

Community
Intermediate
kpayakv2kpayakv2

grill-with-docs

Interrogates a plan or design while generating ADRs and a glossary.

Community
Basic
kpayakv2kpayakv2

pgvector-semantic-search

Configure pgvector indexes and queries for semantic similarity search in PostgreSQL.

Community
Advanced
kpayakv2kpayakv2

implement

Implement work from a spec or tickets using TDD and code review.

Community
Basic
kpayakv2kpayakv2

data-cleaner

Normalizes Thai product names by converting digits, standardizing units, and removing promotional noise.

Community
Intermediate
kpayakv2kpayakv2

vercel-react-best-practices

Applies Vercel performance optimization rules when writing and refactoring React and Next.js code.

Community
Intermediate
kpayakv2kpayakv2

grill-me

Conducts a relentless interview to sharpen a plan or design.

Community
Basic
kpayakv2kpayakv2

grilling

Interviews the user in structured question rounds to stress-test plans and decisions.

Community
Intermediate

Frequently Asked Questions About kpayakv2

FAQPage Schema
What tasks can I accomplish using kpayakv2's skills?▼

You can build domain models with CONTEXT.md and ADRs, break plans into blocking tickets, publish specs to issue trackers, diagnose bugs and performance regressions, review code against standards and specs, set up pgvector semantic search, optimize React/Next.js performance, and clean or classify Thai product data.

Who are kpayakv2's skills designed for?▼

Software engineers and technical leads managing specs, tickets, and code reviews; backend developers building PostgreSQL vector search; frontend developers working with React and Next.js; and data engineers processing Thai-language product catalogs with taxonomy classification and text normalization.

How do the planning and implementation skills work in practice?▼

Skills like to-spec, to-tickets, wayfinder, and implement chain together: synthesize a conversation into a spec, decompose it into tracer-bullet tickets with declared blocking edges on your tracker, then implement each ticket. Several are marked disable-model-invocation, requiring explicit user triggering.

Are kpayakv2's skills open source and what licenses apply?▼

The pgvector-semantic-search skill is Apache-2.0 licensed by tigerdata, and vercel-react-best-practices is MIT licensed by Vercel. Other skills in the manifest do not declare explicit licenses, so check each skill folder before redistribution or commercial reuse.

What prerequisites or dependencies do these skills require?▼

The pgvector skill requires PostgreSQL 15+ with the pgvector extension installed. Planning skills like to-tickets and to-spec need a configured issue tracker for native blocking links, falling back to local per-ticket text files. React guidance applies to React and Next.js codebases.