craft-ts avatar

craft-ts

Community

@craft-ts

0Followers
|
9Public Repos
|
30Published Skills

craft-ts provides agent skills for building, migrating, and debugging type-safe Angular applications on the @craft-ts/core framework with MCP-based runtime inspection.

Skills Distribution
DomainDeveloper To...Angular & CraftTS .. (40%)MCP Runtime Inspec.. (20%)Code Migration & A.. (15%)Engineering Planni.. (15%)

Agent Skills by craft-ts

Showing 30 vetted skills indexed across 1 GitHub repositories.

craft-tscraft-ts
3

craft-ts-dev-page-mcp

Drives and inspects the open ng serve browser tab through the page MCP tool.

Community
Intermediate
craft-tscraft-ts
3

translate-spec-to-craft-ts

Translate functional specifications into @craft-ts/core primitives, insertions, and store compositions.

Community
Intermediate
craft-tscraft-ts
3

craft-ts-routes

Creates type-safe Angular routes with per-route dependency injection checks using craft-ts.

Community
Advanced
craft-tscraft-ts
3

craft-ts-doc-update

Author and update craft-ts VitePress documentation with tested snippet regions.

Community
Intermediate
craft-tscraft-ts
3

setup-matt-pocock-skills

Configures issue tracker, triage labels, and domain docs for engineering skills.

Community
Intermediate
craft-tscraft-ts
3

craft-ts-service-migration

Migrates Angular services and direct DI to craftService and toCraftService patterns.

Community
Intermediate
craft-tscraft-ts
3

craft-ts-logs-mcp

Diagnose craft-ts demo application bugs from captured Console.* runtime logs.

Community
Intermediate
craft-tscraft-ts
3

craft-ts-runtime-change-web-mcp

Inspect, override, and mutate craft-ts primitive runtime state through the registry MCP bridge.

Community
Advanced
craft-tscraft-ts
3

handoff

Generates a conversation summary document for continuing work in a new agent session.

Community
Basic
craft-tscraft-ts
3

improve-codebase-architecture

Identifies shallow modules and proposes deepening refactors rendered as an HTML architecture report.

Community
Advanced
craft-tscraft-ts
3

triage

Triage GitHub issues through a label-based state machine with agent briefs.

Community
Advanced
craft-tscraft-ts
3

prototype

Build throwaway terminal or UI prototypes to validate state models and design options.

Community
Intermediate
craft-tscraft-ts
3

diagnose

Diagnose bugs and performance regressions through a structured reproduce-hypothesise-fix workflow.

Community
Advanced
craft-tscraft-ts
3

to-issues

Breaks plans and specs into vertical-slice issues on a project issue tracker.

Community
Intermediate
craft-tscraft-ts
3

migrate-to-craft-ts

Migrates Angular applications to @craft-ts/core using the craft-migrate codemod and manual diagnostics.

Community
Advanced
craft-tscraft-ts
3

zoom-out

Generates a high-level map of relevant modules and callers for unfamiliar code areas.

Community
Basic
craft-tscraft-ts
3

write-a-skill

Create new agent skills with proper structure, frontmatter, and bundled resources.

Community
Basic
craft-tscraft-ts
3

grill-with-docs

Interviews users to stress-test plans against domain glossaries and ADR documentation.

Community
Intermediate
craft-tscraft-ts
3

craft-ts-graph-mcp

Query the static CraftTS dependency graph through graph MCP tools.

Community
Intermediate
craft-tscraft-ts
3

caveman

Compresses AI responses by removing filler words while preserving technical accuracy.

Community
Basic
craft-tscraft-ts
3

tdd

Guides test-driven development using the red-green-refactor loop with behavior-focused tests.

Community
Intermediate
craft-tscraft-ts
3

grill-me

Interviews the user question-by-question to stress-test plans and design decisions.

Community
Basic
craft-tscraft-ts
3

to-prd

Generates a PRD from conversation context and publishes it to the project issue tracker.

Community
Intermediate
craft-tscraft-ts
3

jsdocs

Writes and updates Effect public API JSDoc to satisfy the jsdocs oxlint rule.

Community
Advanced

Frequently Asked Questions About craft-ts

FAQPage Schema
What tasks can I accomplish with craft-ts skills?▼

You can build and review @craft-ts/core applications (state, query, mutation, queryParams, craftService, craftRoutes, SSR), migrate existing Angular services and DI via the craft-migrate codemod, add type-safe i18n and typed design systems, run architecture test suites, and inspect live demos through page, logs, graph, and runtime-override MCP bridges.

Who are the craft-ts skills designed for?▼

They target Angular and TypeScript engineers working on CraftTS projects, plus coding agents that must translate functional specs (CRUD flows, pagination, filters, forms) into craft-ts primitives. Secondary skills serve maintainers doing TDD, issue triage, PRD authoring, architecture refactoring, and JSDoc compliance.

How do the craft-ts MCP inspection skills work at runtime?▼

The dev-page, logs, graph, and runtime-change skills connect to a locally running ng serve demo through function-registry MCP bridges. They let an agent click and read named controls, query the static dependency graph, filter captured logs, and override or restore primitive values over a WebSocket bridge without reloading the page.

What prerequisites are needed before using the planning skills?▼

Run setup-matt-pocock-skills first: it writes an Agent skills block into AGENTS.md/CLAUDE.md and docs/agents/ so to-issues, to-prd, triage, diagnose, tdd, improve-codebase-architecture, and zoom-out know the repo's issue tracker (GitHub or local markdown), triage label vocabulary, and domain doc layout.

Do craft-ts skills support internationalization and styling?▼

Yes. craft-ts-i18n builds type-safe translations with @craft-ts/i18n — closed key unions, locale parity, typed parameters, plural categories, and an Effect adapter. craft-ts-style covers @craft-ts/style typed design systems: palettes, typed custom properties, contrast checks, themes, dark mode, and visual matrix tests.