Skip to main content
Run any Skill in Manus
with one click
codeerhq
GitHub creator profile

codeerhq

Repository-level view of 44 collected skills across 1 GitHub repositories.

skills collected
44
repositories
1
updated
2026-07-14
repository map

Where the skills live

Top repositories by collected skill count, with their share of this creator catalog and occupation spread.

repository explorer

Repositories and representative skills

bricks-custom-controls
software-developers

Use when writing custom-element controls or debugging control behavior: "what control type for a color?", "conditional control visibility", "dynamic data on a custom control". Covers the ~40 control types, the `required` syntax, CSS-binding via `css` key, dynamic-data support, and default-value gotchas.

2026-07-14
bricks-element-schemas
software-developers

Use before writing or editing Bricks element JSON, settings, controls, globals, page settings, or template settings. Gives the runtime lookup order plus bundled full resolved schemas so you can check exact control keys and value shapes instead of guessing.

2026-07-14
bricks-quality-gate
software-developers

Use after every write through the Bricks MCP: set-page-elements, update-element, update-element-conditions, update-element-interactions, batch-update-elements, set-template-conditions, set-global-variables, create-theme-style, etc. Defines the verify-after-write loop: read back the change, render the affected post, check for silent failures (empty render, unknown tags, unbalanced braces, query:null). Catches the "tool returned success but the page broke" class of bugs.

2026-07-14
bricks-skills-update
software-developers

Use when the Bricks skills update check reports BRICKS_SKILLS_UPDATE_AVAILABLE, or when the user asks to update the Bricks skills pack.

2026-07-14
bricks-start-here
software-developers

Use at the start of every Bricks session. Orientation rules: call get-design-context before any design-system write, verify mutations with get-page-elements / list-revisions, and never force same-named globals to duplicate.

2026-07-14
bricks-design-systems
web-and-digital-interface-designers

Use when creating or updating design tokens: global classes, variables, color palettes, theme styles, components. Enforces uniqueness, scale-generator usage, and conditions on theme styles. Prevents system fragmentation.

2026-07-08
bricks-seed-design-system
web-and-digital-interface-designers

Use when get-design-context returns empty or near-empty and the user wants a full design system seeded on a greenfield Bricks install. Prescriptive flow: palette + shades, spacing scale, typography scale, root theme style, base classes: in the right order.

2026-07-08
bricks-ai-tab
computer-occupations-all-other

Use when checking Bricks' AI screen: the master Bricks abilities toggle, per-ability disable list, direct-tool fast path, `bricks-list-ability-status`, and error codes when an ability is off.

2026-06-16
Showing top 8 of 44 collected skills in this repository.
Showing 1 of 1 repositories
All repositories loaded