fft-coder-ops

Delegate coding tasks via /coder and /coder-plan commands with run ID tracking.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/0-CYBERDYNE-SYSTEMS-0/nano-core --skill fft-coder-ops
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: fft-coder-ops
Source: https://github.com/0-CYBERDYNE-SYSTEMS-0/nano-core/tree/main/skills/runtime/fft-coder-ops
Command: npx skills add https://github.com/0-CYBERDYNE-SYSTEMS-0/nano-core --skill fft-coder-ops

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill ensures that coding delegation operations within FFT_nano are handled securely and efficiently, maintaining strict chat boundaries and tracking execution progress.

Core Features & Use Cases

  • Secure Delegation: Manages /coder and /coder-plan commands, enforcing that these operations only occur in designated main/admin chats.
  • Progress Tracking: Generates and surfaces unique run IDs for delegated tasks, ensuring clear visibility of progress and outcomes.
  • Use Case: When a user in the main chat requests code generation using /coder generate a python script for data analysis, this skill will safely delegate the task to the coding agent, provide a run ID, and stream back the results without violating chat safety rules.

Quick Start

Use the fft-coder-ops skill to delegate the task 'write a bash script to backup the current directory'.

Frequently Asked Questions about fft-coder-ops

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I safely delegate coding tasks in a main chat?▼

Safe coding delegation in a main chat is managed by enforcing strict chat boundaries and using specific commands like /coder and /coder-plan. This ensures operations only occur in designated admin chats.

What is coding delegation and how does request-id tracking work?▼

Coding delegation assigns code generation tasks to an agent while request-id tracking generates unique run IDs. These IDs surface progress and outcomes, ensuring clear visibility during streaming execution.

Does coding delegation work outside of the main admin chat?▼

No, coding delegation does not work outside of the main admin chat. A main-chat-only policy is strictly enforced to ensure that delegated operations maintain secure and designated chat boundaries.

Why does my delegated code generation result duplicate in the chat?▼

Delegated code generation results duplicate because non-duplicative streaming behavior must be enforced. The skill manages explicit delegation triggers to prevent duplicate streams and maintain strict chat safety rules.

What's the best way to generate a python script for data analysis via delegation?▼

The best way to generate a python script via delegation is to use the /coder command in the main chat. This safely delegates the task, provides a run ID, and streams back results without violating safety rules.