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

jig

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

収集済み skills
34
Stars
6
更新
2026-04-10
Forks
0
職業カバレッジ
4 件の職業カテゴリ · 100% 分類済み
リポジトリエクスプローラー

このリポジトリの skills

create-recipe
ソフトウェア開発者

When the user wants to codify a repeatable code generation pattern into a jig recipe — design variables, choose operations (create/inject/patch/replace), write Jinja templates, and validate the result. Use when someone says "I keep writing this same boilerplate", "make a recipe for X", or wants to turn a manual edit into an automated pattern.

2026-04-10
create-workflow
ソフトウェア開発者

When the user needs to chain multiple jig recipes into a multi-step workflow with conditional execution and shared variables. Use when a pattern spans multiple files that need coordinated creation and modification, like scaffolding an entire endpoint or a full feature slice.

2026-04-10
query-layer-discipline
ソフトウェア開発者

Scaffold queryset/manager/selector layers and wire view reads through selector entrypoints with jig.

2026-04-09
schema-migration-safety
データベースアーキテクト

Generate two-step rollout-safe Django migrations plus model-field patching using jig.

2026-04-09
structured-logging-contract
ソフトウェア開発者

Insert consistent method/step structured logging lines into target functions using jig.

2026-04-09
deterministic-service-test
ソフトウェア品質保証アナリスト・テスター

Write deterministic service tests with stable fixtures and boundary mocks without using jig.

2026-04-09
query-layer-discipline
ソフトウェア開発者

Keep reads in selectors/querysets and keep write logic in services without using jig.

2026-04-09
schema-migration-safety
データベースアーキテクト

Plan and apply backwards-compatible two-step schema changes for Django migrations without using jig.

2026-04-09
structured-logging-contract
ソフトウェア開発者

Apply a stable method/step structured logging contract without using jig.

2026-04-09
view-contract-enforcer
ソフトウェア開発者

Enforce request-validation, permission, service-handoff, and response-contract boundaries in views without using jig.

2026-04-09
deterministic-service-test
ソフトウェア品質保証アナリスト・テスター

Generate deterministic pytest service tests with stable inputs and autospec-boundary mocks using jig.

2026-04-08
view-contract-enforcer
ソフトウェア開発者

Scaffold request/response contracts, view function wiring, URL route, and test updates with jig.

2026-04-08
create-test
ソフトウェア品質保証アナリスト・テスター

Create a test file for a service or class. Use when scaffolding tests, adding test coverage, or creating test files.

2026-04-08
velocity
マネジメントアナリスト

Systematic DX improvement hunt — find friction, inconsistency, and missing abstractions across PRs, code, or tickets, then feed findings into /improve. Use when looking for ways to accelerate development or compound Claude Code's utility.

2026-04-08
add-field
ソフトウェア開発者

Add a new field to a Django model and propagate to admin, serializer, and factory. Use when adding model fields or database columns.

2026-04-07
add-field
ソフトウェア開発者

Add a new field to a Django model and propagate to admin, serializer, and factory. Use when adding model fields or database columns.

2026-04-07
add-field
ソフトウェア開発者

Add a new field to a Django model and propagate to admin, serializer, and factory. Use when adding model fields or database columns.

2026-04-07
add-field
ソフトウェア開発者

Add a new field to a Django model and propagate to admin, serializer, and factory. Use when adding model fields or database columns.

2026-04-07
add-field
ソフトウェア開発者

Add a new field to a Django model and propagate to admin, serializer, and factory. Use when adding model fields or database columns.

2026-04-07
add-field
ソフトウェア開発者

Add a new field to a Django model and propagate to admin, serializer, and factory. Use when adding model fields or database columns.

2026-04-07
add-field
データベースアーキテクト

Add a new field to a Django model and propagate to admin, serializer, and factory. Use when adding model fields or database columns.

2026-04-07
add-field
ソフトウェア開発者

Add a new field to a Django model and propagate to admin, serializer, and factory. Use when adding model fields or database columns.

2026-04-07
discover
ソフトウェア開発者

Find the right jig recipe before writing code. Use whenever you need to create a file, add a field, scaffold a test, add an endpoint, or generate any boilerplate. Always run this before hand-writing code.

2026-04-06
test-skill
ソフトウェア品質保証アナリスト・テスター

A test skill for the eval harness test fixtures.

2026-04-06
add-endpoint
ソフトウェア開発者

Add a new REST API endpoint with view, URL route, schema, and test. Use when adding endpoints, routes, or API paths.

2026-04-06
add-field
データベースアーキテクト

Add a new field to a Django model and propagate to admin, serializer, and factory. Use when adding model fields or database columns.

2026-04-06
add-view
ソフトウェア開発者

Add a new API view function or endpoint to a Django views.py file. Use when adding views, endpoints, or API routes.

2026-04-06
add-model
データベースアーキテクト

Create a new Django model in a module. Use when adding models, database tables, or data classes.

2026-04-06
add-serializer
ソフトウェア開発者

Add a new serializer class to serializers.py. Use when adding serializers or API data schemas.

2026-04-06
add-view
ソフトウェア開発者

Add a new API view function to a Django views.py file. Use when adding views or API handlers.

2026-04-06
audit
ソフトウェア品質保証アナリスト・テスター

Audit installed skills and agents against best practices. Use when reviewing skill quality, checking for common problems, or before upgrading existing skills. Read-only — produces a report, changes nothing.

2026-04-03
clean-copy
ソフトウェア開発者

Recreate the current branch with a clean, narrative commit history. Use before creating a PR from a messy development branch, after exploratory coding with WIP commits, or when commit history is hard to review.

2026-04-03
improve
ソフトウェア開発者

Deliberately improve Claude Code by creating or updating skills, agents, hooks, rules, or MCP servers. Use when Claude keeps making the same mistake, a workflow is tedious, a new pattern needs enforcement, or you want to compound Claude's utility.

2026-04-03
upgrade
ソフトウェア開発者

Upgrade an existing skill or agent by auditing it, gathering user references, and rewriting it with real content. Use when a skill is thin, sloppy, missing gotchas, or needs improvement. Different from /improve which creates new extensions.

2026-04-03