Skip to main content
Exécutez n'importe quel Skill dans Manus
en un clic
Dépôt GitHub

jig

jig contient 34 skills collectées depuis Tetra-Research, avec une couverture métier par dépôt et des pages de détail sur le site.

skills collectés
34
Stars
6
mis à jour
2026-04-10
Forks
0
Couverture métier
4 catégories métier · 100% classifié
explorateur de dépôts

Skills dans ce dépôt

create-recipe
Développeurs de logiciels

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
Développeurs de logiciels

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
Développeurs de logiciels

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

2026-04-09
schema-migration-safety
Architectes de bases de données

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

2026-04-09
structured-logging-contract
Développeurs de logiciels

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

2026-04-09
deterministic-service-test
Analystes en assurance qualité des logiciels et testeurs

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

2026-04-09
query-layer-discipline
Développeurs de logiciels

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

2026-04-09
schema-migration-safety
Architectes de bases de données

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

2026-04-09
structured-logging-contract
Développeurs de logiciels

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

2026-04-09
view-contract-enforcer
Développeurs de logiciels

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

2026-04-09
deterministic-service-test
Analystes en assurance qualité des logiciels et testeurs

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

2026-04-08
view-contract-enforcer
Développeurs de logiciels

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

2026-04-08
create-test
Analystes en assurance qualité des logiciels et testeurs

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

2026-04-08
velocity
Analystes en gestion

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
Développeurs de logiciels

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
Développeurs de logiciels

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
Développeurs de logiciels

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
Développeurs de logiciels

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
Développeurs de logiciels

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
Développeurs de logiciels

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
Architectes de bases de données

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
Développeurs de logiciels

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
Développeurs de logiciels

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
Analystes en assurance qualité des logiciels et testeurs

A test skill for the eval harness test fixtures.

2026-04-06
add-endpoint
Développeurs de logiciels

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
Architectes de bases de données

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
Développeurs de logiciels

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
Architectes de bases de données

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

2026-04-06
add-serializer
Développeurs de logiciels

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

2026-04-06
add-view
Développeurs de logiciels

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

2026-04-06
audit
Analystes en assurance qualité des logiciels et testeurs

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
Développeurs de logiciels

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
Développeurs de logiciels

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
Développeurs de logiciels

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