Source

bm629/agent-skills

80 skills · 5.7K combined installs

Skills from this source

#
Skill
Source
8W Activity
Installs
1
token-optimization Use when you need to reduce token usage, lower API cost, fit work within a context window, or speed up an expensive/s…
bm629/agent-skills
161
2
external-content-sanitizer Use when about to consume content from any external/untrusted source — files from externally-cloned repos, WebSearch …
bm629/agent-skills
128
3
design-review Use when about to approve a design document — a spec, plan, design doc, RFC, or ADR — and you want an adversarial pre…
bm629/agent-skills
117
4
skill-forge Use when you hit a knowledge gap — a topic, library, framework, tool, or domain you need to research, learn, or look …
bm629/agent-skills
110
5
authoring-wireframes Use when authoring or amending a wireframes document — the low-to-mid-fidelity STRUCTURAL design of each key screen (…
bm629/agent-skills
109
6
authoring-technical-design Use when authoring (or amending) a technical-design document (a TDD / engineering design doc / design RFC) for one fe…
bm629/agent-skills
105
7
reviewing-prd Use when reviewing or judging a finished PRD (product requirements document) to decide whether the downstream build c…
bm629/agent-skills
105
8
reviewing-wireframes Use when reviewing/judging a finished (or amended) wireframes document — an acceptance gate: can the downstream hi-fi…
bm629/agent-skills
105
9
atlassian-rest-ops Use when calling the Atlassian Cloud REST API directly — Confluence Cloud v2 (pages, spaces, search) or Jira Cloud v3…
bm629/agent-skills
104
10
content-template-gateway Use when anyone (user or agent) is about to author any structured content — RFC, ADR, runbook, spec, plan, PRD, READM…
bm629/agent-skills
104
11
authoring-prd Use when authoring a PRD (product requirements document) for a software or product project — turning a product idea i…
bm629/agent-skills
103
12
github-cli-ops Use when performing a GitHub operation programmatically — creating an issue or pull request, managing repos, releases…
bm629/agent-skills
103
13
project-document-discovery Use when deciding which documents a software or product project needs to produce — classifies across 10 dimensions, i…
bm629/agent-skills
103
14
reviewing-user-flows Use when reviewing/judging a finished user-flows document to decide whether a downstream wireframing pass can enumera…
bm629/agent-skills
102
15
authoring-user-flows Use when authoring a user-flows document — the map of the paths a user takes through a product to accomplish each goa…
bm629/agent-skills
101
16
reviewing-feature-spec Use when reviewing/judging a finished feature specification to decide if engineering can plan and build from it — an …
bm629/agent-skills
101
17
authoring-api-spec Use when authoring an API specification — the engineering wire contract of an API surface: operations/endpoints, requ…
bm629/agent-skills
99
18
authoring-feature-spec Use when authoring a feature specification (functional spec) — elaborating the features a PRD names into implementabl…
bm629/agent-skills
98
19
authoring-data-model Use when authoring a data model document — the persistence/domain model of stored data: typed entities, relationships…
bm629/agent-skills
97
20
authoring-design-system Use when authoring a design-system document — the reusable visual + interaction language a product's UI draws on: pri…
bm629/agent-skills
97
21
reviewing-design-system Use when reviewing or judging a finished design-system document — a product's reusable visual + interaction language …
bm629/agent-skills
97
22
reviewing-document-set Use when judging a SET of finished project documents as one corpus, to decide whether they are mutually coherent and …
bm629/agent-skills
97
23
authoring-architecture-doc Use when authoring a software/system architecture document — the whole-system structure: context and scope, the major…
bm629/agent-skills
96
24
authoring-developer-guide Use when authoring or amending developer-tool documentation — the adoption + integration narrative for an SDK, librar…
bm629/agent-skills
94
25
authoring-release-runbook Use when authoring or amending a release/deployment runbook: the go-to-production procedure for shipping a system to …
bm629/agent-skills
94
26
authoring-user-guide Use when authoring an end-user product guide — the consumer-facing help a typically non-technical person reads to acc…
bm629/agent-skills
94
27
pydantic-v2 Use when defining, validating, serializing, or configuring data with Pydantic v2 in Python — BaseModel, Field constra…
bm629/agent-skills
94
28
reviewing-developer-guide Use when reviewing or judging a finished or amended developer guide — the adoption + integration narrative for a deve…
bm629/agent-skills
93
29
reviewing-release-runbook Use when reviewing/judging a release runbook (the go-to-production procedure for shipping a system to production) — d…
bm629/agent-skills
93
30
reviewing-user-guide Use when reviewing/judging an end-user product guide — the consumer-facing help a typically non-technical person read…
bm629/agent-skills
93
31
authoring-api-reference Use when authoring (or amending) a published, consumer-facing API reference — the docs an integrating client develope…
bm629/agent-skills
92
32
authoring-test-plan Use when authoring or amending a test plan / QA verification plan — what to test, at what level, to what done-criteri…
bm629/agent-skills
92
33
reviewing-api-reference Use when reviewing/judging a published, consumer-facing API reference an integrating developer calls an API from — de…
bm629/agent-skills
92
34
reviewing-test-plan Use when reviewing/judging a test plan / QA verification plan — deciding whether a tester can execute it and every be…
bm629/agent-skills
92
35
python-monorepo-architecture Use when architecting or splitting a Python repository into a multi-package uv-workspace monorepo — a shared internal…
bm629/agent-skills
89
36
rest-api-design Use when designing a REST/HTTP API surface and its contract — choosing resources and URLs, picking HTTP methods and s…
bm629/agent-skills
88
37
sqlalchemy Use when standing up a relational data layer with SQLAlchemy 2.x (2.0/2.1) ORM that must run on more than one dialect…
bm629/agent-skills
87
38
biome Use when setting up or running linting and formatting in a JavaScript or TypeScript project with Biome — the single f…
bm629/agent-skills
85
39
react-component-testing RTL + MSW + vitest-axe component-test layer for a Vite + React + TypeScript SPA under Vitest. Use when writing or set…
bm629/agent-skills
85
40
tsdoc Use when writing or reviewing TSDoc doc-comments on a TypeScript codebase — the standardized /** ... */ comment gramm…
bm629/agent-skills
85
41
alembic Use when running Alembic database migrations on top of a SQLAlchemy 2.x data layer that targets more than one dialect…
bm629/agent-skills
84
42
openapi-ts-client Use when generating or regenerating a typed TypeScript client from an OpenAPI 3.1 contract — for example a FastAPI /o…
bm629/agent-skills
84
43
typescript-typecheck Use when setting up or running TypeScript type-checking as a standalone quality gate — writing or tightening a strict…
bm629/agent-skills
83
44
sql-job-queue Use when building a DB-backed job queue / task scheduler on SQLAlchemy 2.x whose readiness is dependency-driven, whos…
bm629/agent-skills
82
45
polyglot-git-hooks Use when setting up Git hooks for a polyglot or monorepo project with Lefthook — wiring fast format/lint checks on st…
bm629/agent-skills
81
46
tanstack-router Use when setting up or using TanStack Router (@tanstack/react-router) in a Vite + React + TypeScript SPA — defining a…
bm629/agent-skills
80
47
jenkins-rest-ops Use when driving a Jenkins server's REST (Remote Access) API directly with curl (no SDK) — triggering a build, pollin…
bm629/agent-skills
78
48
reviewing-technical-design Use when reviewing/judging a finished technical-design document (a TDD / engineering design doc / design RFC) for one…
bm629/agent-skills
77
49
cloudflare-pages-ops Use when driving Cloudflare Pages web-hosting directly — creating a Pages project, deploying a build, adding a custom…
bm629/agent-skills
75
50
netlify-ops Use when driving Netlify web-hosting directly — creating a site, deploying a build (draft or production), setting + v…
bm629/agent-skills
74
Page 1 · 80 total Next