skill-latex-implementation
- Repo stars 435
- Author repo nvim
LaTeX Implementation Skill
Thin wrapper that delegates LaTeX implementation to latex-implementation-agent subagent.
Trigger Conditions
This skill activates when:
- Task language is "latex"
- /implement command targets a LaTeX task
- Plan exists and task is ready for implementation
Execution Flow
Stage 1: Input Validation
Validate task_number exists and language is "latex".
Stage 2: Preflight Status Update
Update status to "implementing" BEFORE invoking subagent.
Stage 3: Prepare Delegation Context
Include task_context, plan_path, metadata_file_path.
Stage 4: Invoke Subagent
Use Task tool with subagent_type: "latex-implementation-agent".
Stage 5: Parse Subagent Return
Read metadata from specs/{N}_{SLUG}/.return-meta.json.
Stage 6: Update Task Status (Postflight)
Update state.json and TODO.md based on result.
Stage 7: Link Artifacts
Add artifact to state.json with summary.
Stage 8: Git Commit
Commit changes with session ID.
Stage 9: Return Brief Summary
Error Handling
Input Validation Errors
Return immediately if task not found or wrong language.
Metadata File Missing
Keep status as "implementing", report error.
Git Commit Failure
Non-blocking: Log failure but continue.
Return Format
Brief text summary (NOT JSON).
- Fluxly category
- Documentation
- Author-declared agents
- No explicit declaration found; this is not inferred or tested compatibility
- Static check
- 88 / 100 · heuristic scan, not runtime safety proof
- Author / version / license
- @benbrastmckie · no license declared
- Fluxly token estimate
- Lean
- Fluxly setup estimate
- Guided setup
- External API key
- No requirement detected
- Detected OS requirements
- Unspecified
- Runtime requirements
- Unspecified
- Detected file/system behavior
-
- Read-only
- Write / modify
- Shell exec
- Detected network behavior
- Local-only
- Install commands
- None (reference only)
Profile is derived at build time from SKILL.md and install vectors. Subject to drift from author intent.
Heads up: 未限定 allowed-tools,默认拥有全部工具权限。
The current SKILL.md does not define a fixed output example. This skill activates when: Task language is "latex" /implement command targets a LaTeX task
Execution Flow
Validate tasknumber exists and language is "latex".
Update status to "implementing" BEFORE invoking subagent.
Include taskcontext, planpath, metadatafilepath.
Use Task tool with subagenttype: "latex-implementation-agent".
# LaTeX Implementation Skill
Thin wrapper that delegates LaTeX implementation to `latex-implementation-agent` subagent.
## Trigger Conditions
This skill activates when:
- Task language is "latex"
- /implement command targets a LaTeX task
- Plan exists and task is ready for implementation
## Execution Flow
### Stage 1: Input Validation
Validate task_number exists and language is "latex".
### Stage 2: Preflight Status Update
Update status to "implementing" BEFORE invoking subagent.
### Stage 3: Prepare Delegation Context
Include task_context, plan_path, metadata_file_path.
### Stage 4: Invoke Subagent
Use Task tool with subagent_type: "latex-implementation-agent".
### Stage 5: Parse Subagent Return
Read metadata from `specs/{N}_{SLUG}/.return-meta.json`.
### Stage 6: Update Task Status (Postflight)
Update state.json and TODO.md based on result.
### Stage 7: Link Artifacts
Add artifact to state.json with summary.
### Stage 8: Git Commit
Commit changes with session ID.
### Stage 9: Return Brief Summary
## Error Handling
### Input Validation Errors
Return immediately if task not found or wrong language.
### Metadata File Missing
Keep status as "implementing", report error.
### Git Commit Failure
Non-blocking: Log failure but continue.
## Return Format
Brief text summary (NOT JSON). Author text anchors workflow facts; Fluxly only indexes current sections, terms, files, and commands.
sections -> Trigger Conditions → Execution Flow → Stage 1: Input Validation → Stage 2: Preflight Status Update → Stage 3: Prepare Delegation Context → Stage 4: Invoke Subagent
terms -> Thin wrapper that delegates LaTeX implementation to latex-implementation-agent subagent. · Brief text summary (NOT JSON).
files/cmd -> latex-implementation-agent · specs/{N}{SLUG}/.return-meta.json · .return-meta.js · state.js · TODO.md
body sha256 -> dc79e1e9abc8
Decide Fit First
Design Intent
How To Use It
Boundaries And Review