Source

jerelvelarde/chalk-skills

79 skills · 679 combined installs

Skills from this source

#
Skill
Source
8W Activity
Installs
1
python-clean-architecture Clean architecture patterns for Python services — service layer, repository pattern, domain models, dependency inject…
jerelvelarde/chalk-skills
39
2
create-handoff Generate a handoff document after implementation work is complete — summarizes changes, risks, and review focus areas…
jerelvelarde/chalk-skills
18
3
create-review Bootstrap a local AI review pipeline and generate a paste-ready review prompt for any reviewer agent. Use after creat…
jerelvelarde/chalk-skills
17
4
fix-findings Fix findings from the active review session — reads reviewer findings files, applies fixes by priority, and updates t…
jerelvelarde/chalk-skills
17
5
fix-review When the user asks to fix, address, or work on PR review comments — fetch review comments from a GitHub pull request …
jerelvelarde/chalk-skills
17
6
review-changes End-to-end review pipeline — creates a handoff, generates a review (self-review or paste-ready for another provider),…
jerelvelarde/chalk-skills
16
7
create-plan Create a .plan.md file when the user asks to make a plan, create a plan, write a plan, or similar
jerelvelarde/chalk-skills
14
8
setup-chalk Initialize .chalk folder — analyze a repo and capture its architecture, coding style, tech stack, design assets, and …
jerelvelarde/chalk-skills
14
9
create-doc Create a new doc file in .chalk/docs/ when the user asks to create, write, or add documentation
jerelvelarde/chalk-skills
13
10
product-context-docs Create and update in-repo product context documentation in /docs (product profile, features, sitemap, architecture, t…
jerelvelarde/chalk-skills
13
11
project-skill-creator Creates project-managed skills in .chalk/skills with safe naming, ownership metadata, and versioned frontmatter.
jerelvelarde/chalk-skills
13
12
review-prd Review an existing PRD for completeness, quality, and anti-patterns when the user asks to review, critique, or check …
jerelvelarde/chalk-skills
13
13
setup-docs Analyze the codebase and populate all .chalk/docs PROFILE stubs and chalk.json with real project content. Run once af…
jerelvelarde/chalk-skills
13
14
update-doc Update an existing doc file in .chalk/docs/ when the user asks to update, edit, or revise documentation
jerelvelarde/chalk-skills
13
15
react-hook-patterns Custom React hook best practices — dependency arrays, cleanup, stale closures, TypeScript generics, composition, and …
jerelvelarde/chalk-skills
10
16
nextjs-app-router-patterns Next.js App Router patterns — server vs client components, data fetching, caching, streaming, parallel routes, and er…
jerelvelarde/chalk-skills
9
17
create-incident-report Create an incident report when the user asks to document an outage, write an incident report, create a post-mortem, l…
jerelvelarde/chalk-skills
8
18
create-onboarding-guide Create a developer onboarding guide when the user asks to write onboarding docs, create a getting started guide, docu…
jerelvelarde/chalk-skills
8
19
create-prd Create a structured Product Requirements Document when the user asks to write a PRD, define requirements, or spec out…
jerelvelarde/chalk-skills
8
20
create-release-notes Generate user-facing release notes when the user asks to write release notes, document a release, summarize changes f…
jerelvelarde/chalk-skills
8
21
create-roadmap Create a Now/Next/Later outcome-oriented roadmap when the user asks to plan a roadmap, prioritize features, or define…
jerelvelarde/chalk-skills
8
22
create-shape-up-pitch Write a Shape Up pitch with problem, appetite, solution sketch, rabbit holes, and no-gos when the user asks to pitch …
jerelvelarde/chalk-skills
8
23
flutter-platform-patterns Guide platform-adaptive UI and native integration patterns when the user asks about Flutter platform differences, res…
jerelvelarde/chalk-skills
8
24
flutter-state-management Flutter state management patterns — decision tree for setState, Provider, Riverpod, and BLoC with concrete examples a…
jerelvelarde/chalk-skills
8
25
react-performance-audit Audit React component rendering performance when the user asks to optimize React performance, fix re-renders, or impr…
jerelvelarde/chalk-skills
8
26
analyze-competitors Build a competitive positioning matrix and strategy canvas when the user asks to analyze competitors, compare product…
jerelvelarde/chalk-skills
7
27
audit-api-consistency Audit existing API endpoints for consistency when the user asks to check API quality, review API patterns, audit endp…
jerelvelarde/chalk-skills
7
28
audit-security Perform a security audit when the user asks to check for vulnerabilities, audit security, review OWASP compliance, sc…
jerelvelarde/chalk-skills
7
29
capture-pr-visuals Auto-capture screenshots and GIFs of the running app for PR documentation using Playwright and project context from c…
jerelvelarde/chalk-skills
7
30
commit Stage and commit changes using conventional commits — analyzes diffs, groups changes, and creates well-structured com…
jerelvelarde/chalk-skills
7
31
create-adr Create an Architecture Decision Record when the user asks to document a technical decision, record an architecture ch…
jerelvelarde/chalk-skills
7
32
create-bug-report Create a structured bug report when the user reports a bug, wants to file an issue, document a defect, or needs help …
jerelvelarde/chalk-skills
7
33
create-commit-message Generate a Conventional Commit message from staged git changes when the user asks to write a commit message, create a…
jerelvelarde/chalk-skills
7
34
create-estimation Create a three-point estimation when the user asks to estimate effort, scope a feature, size work, forecast timeline,…
jerelvelarde/chalk-skills
7
35
create-feature-flag-plan Plan progressive delivery with feature flag lifecycle management when the user asks to create a feature flag plan, ro…
jerelvelarde/chalk-skills
7
36
create-interview-guide Generate a Mom Test interview guide with warm-up, core, and closing questions when the user asks to prepare for custo…
jerelvelarde/chalk-skills
7
37
create-jtbd-canvas Generate a Jobs-to-be-Done canvas mapping functional, emotional, and social jobs when the user asks to define jobs, m…
jerelvelarde/chalk-skills
7
38
create-metrics-framework Define a North Star metric, input metrics, and guardrail metrics when the user asks to create a metrics framework, de…
jerelvelarde/chalk-skills
7
39
create-ost Generate an Opportunity Solution Tree mapping outcomes to opportunities, solutions, and experiments when the user ask…
jerelvelarde/chalk-skills
7
40
create-pr Create a GitHub pull request with structured body, visual preview from screenshots, and test instructions derived fro…
jerelvelarde/chalk-skills
7
41
create-release-checklist Generate a comprehensive release checklist when the user asks to prepare a release, create a release plan, or ship a …
jerelvelarde/chalk-skills
7
42
create-retro Create a sprint or project retrospective when the user asks to run a retro, reflect on a sprint, review what happened…
jerelvelarde/chalk-skills
7
43
create-rfc Create a Request for Comments document when the user asks to propose a significant technical change, write an RFC, st…
jerelvelarde/chalk-skills
7
44
create-stakeholder-update Create a stakeholder update when the user asks to write a status update, send a project update, prepare an executive …
jerelvelarde/chalk-skills
7
45
create-test-plan Create a test plan when the user asks to plan testing, define test cases, create a QA strategy, write a test plan, or…
jerelvelarde/chalk-skills
7
46
create-threat-model Perform STRIDE threat modeling for a system or component when the user asks to threat model, analyze security risks, …
jerelvelarde/chalk-skills
7
47
create-user-stories Generate user story map with BDD acceptance criteria when the user asks to create user stories, write stories, or bre…
jerelvelarde/chalk-skills
7
48
fastapi-endpoint-patterns FastAPI endpoint design patterns — Pydantic models, dependency injection, async decisions, error handling, router org…
jerelvelarde/chalk-skills
7
49
flutter-widget-patterns Flutter widget composition patterns — Stateless vs Stateful, widget decomposition, keys, const constructors, BuildCon…
jerelvelarde/chalk-skills
7
50
manage-tech-debt Track, categorize, and prioritize technical debt when the user asks to manage tech debt, create a tech debt register,…
jerelvelarde/chalk-skills
7
Page 1 · 79 total Next