Getting it into your agent
One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.
npx agentmods add skills/kenming/bricks-builder-skill/bricks-buildernpx skills add kenming/bricks-builder-skill --skill bricks-buildergit clone --depth 1 https://github.com/kenming/bricks-builder-skillWhat it costs to keep this loaded
Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.
| Model | Per session | Once invoked |
|---|---|---|
| Fable 5 | $0.00123 | $0.00881 |
| Opus 5 | $0.00062 | $0.00441 |
| Sonnet 5 | $0.00025 | $0.00176 |
| Haiku 4.5 | $0.00012 | $0.00088 |
Grade A, and why
bricks-builder scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 3d ago.
A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.
Nothing flagged
None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.
How it starts
The opening of the file, as written. The whole thing — 78 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Bricks Builder
Treat the bundled Academy corpus as the public documentation layer, the hand-written references as development guidance, and the user's authorized active installation as the final source for version-sensitive implementation facts.
Never edit the Bricks parent theme. Put custom code in an active child theme or plugin.
Route the task
Documentation lookup
For feature behavior, official setup, public hooks, schemas, and supported workflows:
- Run
scripts/search_corpus.py "<query>". - Open 1 to 3 high-signal results with
scripts/show_doc.py <path-or-doc-id>. - Prefer
hook,element,schema, orcontrolresults for exact APIs; preferguideresults for concepts and UI workflows. - Browse the official Academy site only when the local corpus is missing, stale, or the user requests current online verification.
Read references/query-workflow.md for search details and references/corpus-layout.md for corpus organization.
Development implementation
For building or modifying Bricks content or code:
- Read only the task-relevant development reference below.
- Search the Academy corpus for the related public contract.
- Detect the active Bricks version before relying on internal keys, signatures, paths, or storage shapes.
- Inspect the smallest relevant part of the authorized active theme or live WordPress state when available.
- Implement outside the parent theme and validate in both the builder and frontend.
Version-sensitive verification
Treat exact element names, control keys, hook arguments, JSON shapes, option/meta keys, internal classes, and version availability as version-sensitive.
- Prefer the active installation for claims about that installation.
- Cross-check the matching Academy schema or guide where possible.
- State the verified Bricks version when the answer or change depends on it.
- If no authorized installation is available, use public documentation and clearly identify unverified internal details.
- Never publish licensed source, credentials, private site data, or a developer's absolute local path.
What ships with it
60 files beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.
- agents/openai.yaml 245 B
- corpus/bricks-academy/builder.md 1.4 KB
- corpus/bricks-academy/builder/dynamic-content/dynamic-data.md 25 KB
- corpus/bricks-academy/builder/dynamic-content/global-queries-query-manager.md 11 KB
- corpus/bricks-academy/builder/dynamic-content/imgs/active-filters-count-example-1d5861c4e2.png 48 KB
- corpus/bricks-academy/builder/dynamic-content/imgs/bricks-1.9.1-query-editor-php-4cc47d16ca.png 153 KB
- corpus/bricks-academy/builder/dynamic-content/imgs/bricks-1.9.6-custom-label-mapping-3422b88dd8.png 158 KB
- corpus/bricks-academy/builder/dynamic-content/imgs/bricks-1.9.6-filter-and-sort-woo-products-9c43a721d7.png 784 KB
- corpus/bricks-academy/builder/dynamic-content/imgs/bricks-1.9.6-filter-apply-on-submit-dbab00e613.png 55 KB
- corpus/bricks-academy/builder/dynamic-content/imgs/bricks-1.9.6-filter-elements-83314773cf.png 45 KB
- corpus/bricks-academy/builder/dynamic-content/imgs/bricks-1.9.6-filter-target-query-setting-594x1024-068dccfb99.png 113 KB
- corpus/bricks-academy/builder/dynamic-content/imgs/bricks-1.9.6-query-control-is-live-search-5dd73415fe.png 48 KB
- corpus/bricks-academy/builder/dynamic-content/imgs/bricks-acf-field-type-true-false-6160399b04.png 27 KB
- corpus/bricks-academy/builder/dynamic-content/imgs/bricks-global-query-save-button-6b3634190e.png 31 KB
- corpus/bricks-academy/builder/dynamic-content/imgs/bricks-media-query-loop-1024x618-7e9a66ca13.jpg 94 KB
- corpus/bricks-academy/builder/dynamic-content/imgs/bricks-media-query-loop-settings-6ae72e4503.png 25 KB
- corpus/bricks-academy/builder/dynamic-content/imgs/bricks-pagination-element-79295efacd.png 19 KB
- corpus/bricks-academy/builder/dynamic-content/imgs/bricks-pagination-related-query-e28e13a508.png 15 KB
- corpus/bricks-academy/builder/dynamic-content/imgs/bricks-query-control-slider-cf656a72b3.png 11 KB
- corpus/bricks-academy/builder/dynamic-content/imgs/bricks-query-control-terms-341x1024-4df78e1af6.png 134 KB
- corpus/bricks-academy/builder/dynamic-content/imgs/bricks-query-control-users-86280fa3a8.png 24 KB
- corpus/bricks-academy/builder/dynamic-content/imgs/bricks-query-loop-accordion-1c46bd5055.png 20 KB
- corpus/bricks-academy/builder/dynamic-content/imgs/bricks-query-loop-api-response-054bf1ca09.png 126 KB
- corpus/bricks-academy/builder/dynamic-content/imgs/bricks-query-loop-api-settings-5b56bafbe7.png 173 KB
- corpus/bricks-academy/builder/dynamic-content/imgs/bricks-query-loop-load-more-button-scaled-b295d1dea2.jpg 141 KB
- corpus/bricks-academy/builder/dynamic-content/imgs/bricks-query-loop-terms-1024x499-85aa29149b.png 98 KB
- corpus/bricks-academy/builder/dynamic-content/imgs/bricks-query-loop-type-api-81ed53f48f.png 38 KB
- corpus/bricks-academy/builder/dynamic-content/imgs/bricks-query-loop-users-1024x467-66617c8066.png 101 KB
- corpus/bricks-academy/builder/dynamic-content/imgs/bricks-query-manager-scaled-ec99635b49.png 49 KB
- corpus/bricks-academy/builder/dynamic-content/imgs/bricks-query-terms-bg-image-5681ce7190.png 21 KB
- corpus/bricks-academy/builder/dynamic-content/imgs/bricks-query-terms-link-1-7a9cad4cd8.png 25 KB
- corpus/bricks-academy/builder/dynamic-content/imgs/builder-dynamic-data-panel-1024x576-94a1568811.png 365 KB
- corpus/bricks-academy/builder/dynamic-content/imgs/container-loop-latest-posts-1024x399-491f3f2592.png 153 KB
- corpus/bricks-academy/builder/dynamic-content/imgs/container-query-loop-control-b4575711db.png 15 KB
- corpus/bricks-academy/builder/dynamic-content/imgs/dynamic-data-gallery-output-text-element-becba8d9d2.png 188 KB
- corpus/bricks-academy/builder/dynamic-content/imgs/dynamic-data-gallery-text-element-ed148bef96.png 67 KB
- corpus/bricks-academy/builder/dynamic-content/imgs/enhanced-query-loop-order-by-example-1-77f55ba820.png 20 KB
- corpus/bricks-academy/builder/dynamic-content/imgs/enhanced-query-loop-order-by-example-2-259c4f36a3.png 69 KB
- corpus/bricks-academy/builder/dynamic-content/imgs/example-filter-search-clear-icon-ce9a852037.png 8.8 KB
- corpus/bricks-academy/builder/dynamic-content/imgs/filter-checkbox-1.11-e6e24f953e.png 39 KB
- corpus/bricks-academy/builder/dynamic-content/imgs/filter-empty-trigger-with-active-filters-example-8720d63371.png 112 KB
- corpus/bricks-academy/builder/dynamic-content/imgs/filter-range-slider-control-section-16aad84000.png 15 KB
- corpus/bricks-academy/builder/dynamic-content/imgs/filter-submit-controls-1.11-5567d8daf8.png 34 KB
- corpus/bricks-academy/builder/dynamic-content/imgs/frontend-example-woo-filters-939618d31f.png 17 KB
- corpus/bricks-academy/builder/dynamic-content/imgs/include-exclude-authors-627b5918ac.png 43 KB
- corpus/bricks-academy/builder/dynamic-content/imgs/offset-api-pagination-example-new-01c8b163b8.png 101 KB
- corpus/bricks-academy/builder/dynamic-content/imgs/pagination-filter-enable-ajax-ea868d7964.png 22 KB
- corpus/bricks-academy/builder/dynamic-content/imgs/post-query-1-6-3-3be2cc38a3.png 44 KB
- corpus/bricks-academy/builder/dynamic-content/imgs/query-array-control-ee90e51f77.png 31 KB
- corpus/bricks-academy/builder/dynamic-content/imgs/query-array-nested-loop-with-dynamic-tag-57626b4efb.png 28 KB
- corpus/bricks-academy/builder/dynamic-content/imgs/query-control-object-type-96c4af02b3.png 12 KB
- corpus/bricks-academy/builder/dynamic-content/imgs/query-filters-custom-fields-integration-0c9c7e818a.png 17 KB
- corpus/bricks-academy/builder/dynamic-content/imgs/query-filters-custom-fields-integration-builder-provider-control-f025da2b8e.png 43 KB
- corpus/bricks-academy/builder/dynamic-content/imgs/query-filters-regenerate-continue-index-job-f53714f513.png 12 KB
- corpus/bricks-academy/builder/dynamic-content/imgs/query-loop-include-supports-dynamic-values-0771141372.png 54 KB
- corpus/bricks-academy/builder/dynamic-content/imgs/query-loop-include-supports-dynamic-values-example-1-5c91d04466.png 46 KB
- corpus/bricks-academy/builder/dynamic-content/imgs/query-loop-include-supports-dynamic-values-example-2-fca9228f69.png 45 KB
- corpus/bricks-academy/builder/dynamic-content/imgs/query-loop-include-supports-dynamic-values-example-3-4767b63c74.png 37 KB
- corpus/bricks-academy/builder/dynamic-content/imgs/query-loop-include-supports-dynamic-values-example-3-result-5a376d5f42.png 264 KB
- corpus/bricks-academy/builder/dynamic-content/imgs/results-filter-control-2a7c230954.png 32 KB
What this file has done since we first saw it
Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.
- 3d ago First seen · 78 lines · 123 tokens per session scan A 3a81cae5f8c3
bricks-builder is a skill published in the GitHub repository kenming/bricks-builder-skill (40 stars, last pushed 10d ago), licensed MIT. It adds 123 tokens to every session and 881 once invoked, about $0.0006 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.
Other skills, from other repositories
format-markdown
Formats Markdown files consistently using project-native tooling first (repo scripts/config), then safe fallback formatters, and verifies the result with lint/check commands. Invoked when the user asks to format markdown, tidy docs, normalize README files, or fix markdown style drift.
memory-watchdog
This Skill is the runtime prompt for the repo hygiene auditor. The persona, voice, and aggression-level dial live in architecture/memory/watchdog-persona.md — load that first if you are adopting the Watchdog role. The concept lives in architecture/memory/memory-watchdog.md. This Skill carries the operational pass…
memory-context
This Skill is for keeping the project memory usable.
repo-cognition
This skill establishes operational rules and retrieval systems for AI-assisted repositories. This skill specifically is part of the Bamboo.md Repository and should adhere to its rules and guidelines. But, can be incorperated into other repositories and systems in part.
golden-chat
Use when testing the goldenchat golden build.
golden-epub
Use when testing the epub golden build.