Skip to main content
Ejecuta cualquier Skill en Manus
con un clic
Repositorio de GitHub

jig

jig contiene 34 skills recopiladas de Tetra-Research, con cobertura ocupacional por repositorio y páginas de detalle dentro del sitio.

skills recopiladas
34
Stars
6
actualizado
2026-04-10
Forks
0
Cobertura ocupacional
4 categorías ocupacionales · 100% clasificado
explorador de repositorios

Skills en este repositorio

create-recipe
Desarrolladores de software

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
Desarrolladores de software

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
Desarrolladores de software

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

2026-04-09
schema-migration-safety
Arquitectos de bases de datos

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

2026-04-09
structured-logging-contract
Desarrolladores de software

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

2026-04-09
deterministic-service-test
Analistas de garantía de calidad de software y probadores

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

2026-04-09
query-layer-discipline
Desarrolladores de software

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

2026-04-09
schema-migration-safety
Arquitectos de bases de datos

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

2026-04-09
structured-logging-contract
Desarrolladores de software

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

2026-04-09
view-contract-enforcer
Desarrolladores de software

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

2026-04-09
deterministic-service-test
Analistas de garantía de calidad de software y probadores

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

2026-04-08
view-contract-enforcer
Desarrolladores de software

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

2026-04-08
create-test
Analistas de garantía de calidad de software y probadores

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

2026-04-08
velocity
Analistas de gestión

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
Desarrolladores de software

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
Desarrolladores de software

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
Desarrolladores de software

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
Desarrolladores de software

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
Desarrolladores de software

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
Desarrolladores de software

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
Arquitectos de bases de datos

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
Desarrolladores de software

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
Desarrolladores de software

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
Analistas de garantía de calidad de software y probadores

A test skill for the eval harness test fixtures.

2026-04-06
add-endpoint
Desarrolladores de software

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
Arquitectos de bases de datos

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
Desarrolladores de software

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
Arquitectos de bases de datos

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

2026-04-06
add-serializer
Desarrolladores de software

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

2026-04-06
add-view
Desarrolladores de software

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

2026-04-06
audit
Analistas de garantía de calidad de software y probadores

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
Desarrolladores de software

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
Desarrolladores de software

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
Desarrolladores de software

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