Source

kehwar/skills

63 skills · 313 combined installs

Skills from this source

#
Skill
Source
8W Activity
Installs
1
setup-workflow-skills Scaffolds AGENTS.md, docs/glossary.md, docs/adr/, docs/issue-tracker.md, and Beads issue tracking in a fresh repo.
kehwar/skills
18
2
tdd Test-driven development with red-green-refactor loop. Use when user wants to build features or fix bugs using TDD, me…
kehwar/skills
18
3
write-a-skill Create new agent skills with proper structure, progressive disclosure, and bundled resources. Use when user wants to …
kehwar/skills
15
4
improve-codebase-architecture Find deepening opportunities in a codebase, informed by the project domain glossary and the decisions in docs/adr/. U…
kehwar/skills
13
5
to-prd Turn the current conversation context into a PRD and publish it to Beads Issue Tracker. Use when user wants to create…
kehwar/skills
12
6
grill-with-docs Grilling session that challenges your plan against the existing domain model, sharpens terminology, and updates docum…
kehwar/skills
11
7
grill-me Interview the user relentlessly about a plan or design until reaching shared understanding, resolving each branch of …
kehwar/skills
10
8
to-tasks Break a plan, spec, or PRD into independently-grabbable tasks/issues on Beads Issue Tracker using tracer-bullet verti…
kehwar/skills
10
9
dev-log Write a development log entry capturing implementation decisions, bug findings, insights, or implementation details. …
kehwar/skills
6
10
zoom-out Tell the agent to zoom out and give broader context or a higher-level perspective. Use when you're unfamiliar with a …
kehwar/skills
6
11
break-issue Decompose any issue into independently-grabbable features using tracer-bullet vertical slices. Use when user wants to…
kehwar/skills
5
12
frappe-live-code-extractor Extract all live Frappe code into plain files under `<app>/live/` so they can be searched with grep and read by AI as…
kehwar/skills
5
13
frappe-restore-latest-backup-task Automated workflow for restoring the latest Frappe/ERPNext backup with proper database configuration, migrations, and…
kehwar/skills
5
14
frappe-run-tests Run Frappe/ERPNext Python tests via bench CLI. Use when user says "run tests", "run this test", "test this doctype", …
kehwar/skills
5
15
frappe-standard-script-report-view Expert guidance for writing the .js controller for a Frappe Standard Script Report. Use when defining report filters,…
kehwar/skills
5
16
sap-di-api-expert Expert guidance for writing Python code that interacts with the SAP Business One DI API (SAPbobsCOM namespace) via CO…
kehwar/skills
5
17
sap-dtw-expert Expert guidance for producing correct DTW (Data Transfer Workbench) import files for SAP Business One. Use when recom…
kehwar/skills
5
18
sap-schema-expert SAP Business One 10.0 table schema reference for writing HANA SQL queries. Use when working with SAP B1 tables, looki…
kehwar/skills
5
19
sap-service-layer-expert Expert guidance for writing correct, runnable Python scripts that interact with SAP Business One Service Layer REST A…
kehwar/skills
5
20
caveman Ultra-compressed communication mode. Cuts token usage ~75% by dropping filler, articles, and pleasantries while keepi…
kehwar/skills
4
21
frappe-app-include-js Expert guidance for writing always-loaded desk JavaScript in Frappe apps — utilities and controllers that are availab…
kehwar/skills
4
22
frappe-customizations-baker Bake live database Custom Fields and Property Setters into source code, and reconcile feature-required DocType fields…
kehwar/skills
4
23
frappe-customizations-writer Add Custom Fields and Property Setters for a DocType owned by another app, writing into the correct sync_on_migrate J…
kehwar/skills
4
24
frappe-dev-debugger Query the live Frappe database, read private/public .json.gz snapshot files from disk, execute whitelisted Python met…
kehwar/skills
4
25
frappe-doctype-controller Expert guidance for implementing Frappe DocType Python controllers. Covers the complete hook execution order for inse…
kehwar/skills
4
26
frappe-doctype-form-view Expert guidance for implementing Frappe DocType JavaScript form controllers (.js app files). Covers the complete life…
kehwar/skills
4
27
frappe-doctype-list-view Expert guidance for implementing Frappe DocType JavaScript list view controllers (_list.js files). Covers the frappe.…
kehwar/skills
4
28
frappe-doctype-schema Create and edit Frappe DocType `.json` schema files through Frappe's document engine. Use when scaffolding new doctyp…
kehwar/skills
4
29
frappe-doctype-tests Expert guidance for writing DocType controller Python tests in custom Frappe apps. Covers the mandatory workflow (rea…
kehwar/skills
4
30
frappe-js-api Authoritative reference for all common Frappe global JavaScript APIs available on every desk page. Use when you need …
kehwar/skills
4
31
frappe-standard-script-report-schema Create and edit Frappe Script Report `.json` schema files through Frappe's document engine. Use when scaffolding new …
kehwar/skills
4
32
frappe-system-console Write Python code for Frappe's System Console that runs through safe_exec (RestrictedPython). Use when writing System…
kehwar/skills
4
33
frappe-translations-writer Helper utilities for finding, validating, and managing translations in Frappe apps. Includes commands for finding unt…
kehwar/skills
4
34
sap-transaction-notifications Expert guidance for the SAP Business One Transaction Notification mechanism — the stored-procedure hook SAP calls on …
kehwar/skills
4
35
shadcn-vue shadcn-vue for Vue/Nuxt with Reka UI components and Tailwind. Use for accessible UI, Auto Form, data tables, charts, …
kehwar/skills
4
36
to-epic Turn the current conversation context into an epic and publish it to Beads Issue Tracker. Use when user wants to crea…
kehwar/skills
4
37
to-features Break a plan, spec, or PRD into independently-grabbable features using tracer-bullet vertical slices. Use when user w…
kehwar/skills
4
38
vite Vite build tool configuration, plugin API, SSR, and Vite 8 Rolldown migration. Use when working with Vite projects, v…
kehwar/skills
4
39
vitest Vitest fast unit testing framework powered by Vite with Jest-compatible API. Use when writing tests, mocking, configu…
kehwar/skills
4
40
vue Vue 3 Composition API, script setup macros, reactivity system, and built-in components. Use when writing Vue SFCs, de…
kehwar/skills
4
41
vue-best-practices MUST be used for Vue.js tasks. Strongly recommends Composition API with `<script setup>` and TypeScript as the standa…
kehwar/skills
4
42
vue-testing-best-practices Use for Vue.js testing. Covers Vitest, Vue Test Utils, component testing, mocking, testing patterns, and Playwright f…
kehwar/skills
4
43
vueuse-functions Apply VueUse composables where appropriate to build concise, maintainable Vue.js / Nuxt features.
kehwar/skills
4
44
antfu Anthony Fu's opinionated tooling and conventions for JavaScript/TypeScript projects. Use when setting up new projects…
kehwar/skills
3
45
duckdb Fast in-process analytical database for SQL queries on DataFrames, CSV, Parquet, JSON files, and more. Use when user …
kehwar/skills
3
46
handoff Compact the current conversation into a handoff document for another agent to pick up.
kehwar/skills
3
47
nuxt Nuxt full-stack Vue framework with SSR, auto-imports, and file-based routing. Use when working with Nuxt apps, server…
kehwar/skills
3
48
pdf Use this skill whenever the user wants to do anything with PDF files. This includes reading or extracting text/tables…
kehwar/skills
3
49
pinia Pinia official Vue state management library, type-safe and extensible. Use when defining stores, working with state/g…
kehwar/skills
3
50
pnpm Node.js package manager with strict dependency resolution. Use when running pnpm specific commands, configuring works…
kehwar/skills
3
Page 1 · 63 total Next