Skip to main content
Manusで任意のスキルを実行
ワンクリックで
GitHub リポジトリ

gridland

gridland には thoughtfulllc から収集した 9 個の skills があり、リポジトリ単位の職業カバレッジとサイト内 skill 詳細ページを表示します。

収集済み skills
9
Stars
356
更新
2026-04-16
Forks
12
職業カバレッジ
2 件の職業カテゴリ · 100% 分類済み
リポジトリエクスプローラー

このリポジトリの skills

create-component
ウェブ開発者

Guide for creating a new UI component in @gridland/ui. Covers file structure, focus integration, keyboard handling, theme usage, JSDoc, export registration, and documentation.

2026-04-16
production-ready
ソフトウェア開発者

Review a component for production readiness as a UI framework. Assesses code quality, patterns, tests, docs, and API design. Produces a prioritized fix plan. Use before shipping a new or updated component to users.

2026-04-16
sync-context
ソフトウェア開発者

Update context files to reflect current codebase state — new components, changed APIs, new patterns, and reasoning behind non-obvious decisions. Routes updates to the correct file based on what changed. Run after any significant design change before committing.

2026-04-16
audit-render
ソフトウェア開発者

Audit the browser rendering pipeline for scissor/clipping bypass bugs. Use when touching browser-buffer.ts, canvas-painter.ts, or adding new visual features.

2026-04-13
debug-layout
ソフトウェア開発者

Diagnose layout issues in Gridland components. Spawns the layout-debugger agent with the relevant component. Use when a component renders incorrectly or layout looks wrong.

2026-04-13
release-check
ソフトウェア開発者

Pre-release checklist. Runs all 4 agents plus snapshot regression test, TypeScript check, and semver confirmation. Run before publishing a new package version.

2026-04-13
review-docs
ソフトウェア開発者

Documentation-focused review. Runs docs-mirror and dependency-auditor in parallel. Use after writing or updating documentation, demo components, or MDX pages.

2026-04-13
review-full
ソフトウェア開発者

Full review of changed files using all 4 agents in parallel — contract-guardian, framework-compliance, docs-mirror, dependency-auditor. Optionally includes layout-debugger for component changes. Run before opening a PR.

2026-04-13
review
ソフトウェア開発者

Quick review of recently changed files. Runs contract-guardian and framework-compliance in parallel. Use after every significant edit before committing.

2026-04-13