Skip to main content
Jeden Skill in Manus ausführen
mit einem Klick
GitHub-Repository

jig

jig enthält 34 gesammelte Skills von Tetra-Research, mit Repository-Berufsabdeckung und Skill-Detailseiten auf SkillsMP.

gesammelte Skills
34
Stars
6
aktualisiert
2026-04-10
Forks
0
Berufsabdeckung
4 Berufskategorien · 100% klassifiziert
Repository-Explorer

Skills in diesem Repository

create-recipe
Softwareentwickler

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
Softwareentwickler

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
Softwareentwickler

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

2026-04-09
schema-migration-safety
Datenbankarchitekten

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

2026-04-09
structured-logging-contract
Softwareentwickler

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

2026-04-09
deterministic-service-test
Softwarequalitätssicherungsanalysten und -tester

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

2026-04-09
query-layer-discipline
Softwareentwickler

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

2026-04-09
schema-migration-safety
Datenbankarchitekten

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

2026-04-09
structured-logging-contract
Softwareentwickler

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

2026-04-09
view-contract-enforcer
Softwareentwickler

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

2026-04-09
deterministic-service-test
Softwarequalitätssicherungsanalysten und -tester

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

2026-04-08
view-contract-enforcer
Softwareentwickler

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

2026-04-08
create-test
Softwarequalitätssicherungsanalysten und -tester

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

2026-04-08
velocity
Unternehmensberater

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
Softwareentwickler

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
Softwareentwickler

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
Softwareentwickler

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
Softwareentwickler

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
Softwareentwickler

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
Softwareentwickler

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
Datenbankarchitekten

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
Softwareentwickler

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
Softwareentwickler

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
Softwarequalitätssicherungsanalysten und -tester

A test skill for the eval harness test fixtures.

2026-04-06
add-endpoint
Softwareentwickler

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
Datenbankarchitekten

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
Softwareentwickler

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
Datenbankarchitekten

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

2026-04-06
add-serializer
Softwareentwickler

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

2026-04-06
add-view
Softwareentwickler

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

2026-04-06
audit
Softwarequalitätssicherungsanalysten und -tester

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
Softwareentwickler

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
Softwareentwickler

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
Softwareentwickler

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