akg-agents

Automate AKG operator code generation via run_workflow.py --workflow kernelgen.

Updated Apr 19, 2026
One-click install
npx skills add https://github.com/R3n3gade-ai/canvasclaw --skill akg-agents
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: akg-agents
Source: https://github.com/R3n3gade-ai/canvasclaw/tree/main/jiuwenclaw/resources/agent/jiuwenclaw_workspace/skills/akg-agents
Command: npx skills add https://github.com/R3n3gade-ai/canvasclaw --skill akg-agents

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

AKG operators often require manual coordination across repository checks, environment setup, and back-end code generation. This skill streamlines the process by enforcing a defined workflow and automating the kernel code generation step.

Core Features & Use Cases

  • Enforces upper-level constraints for AKG-related subsidiary skills, ensuring a consistent workflow when AKG tasks are executed.
  • Automatically checks environment state, bypasses deprecated checks, and triggers backend code generation via run_workflow.py --workflow kernelgen.
  • Ideal for engineers who need to reliably generate kernel code with minimal setup friction and a single source of truth for AKG task execution.

Quick Start

Run the workflow kernelgen to generate backend code for AKG operators.

Frequently Asked Questions about akg-agents

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

FAQPage Schema
How do I automate AKG kernel code generation for operator tasks?

AKG kernel code generation is automated by running run_workflow.py --workflow kernelgen, which executes an agent workflow to handle end-to-end operator tasks including environment checks and backend code generation.

What happens if environment checks are missing when running AKG workflows?

When environment checks are missing during AKG workflow execution, the system forces FULL_SETUP automatically to ensure proper environment configuration before proceeding with kernel code generation.

Can I skip deprecated akg_cli checks when generating AKG backend code?

Yes, the AKG agent workflow ignores deprecated akg_cli checks entirely, bypassing outdated validation steps and relying on the enforced workflow for consistent backend code generation.

How does the AKG agent workflow validate repositories and branches before code generation?

The AKG agent workflow validates repositories and branches as part of its end-to-end execution pipeline, ensuring correct source states before triggering backend kernel code generation.

Why should I use an agent workflow for AKG operator tasks instead of manual coordination?

Using an agent workflow for AKG operator tasks eliminates manual coordination across repository checks and environment setup, enforcing a single source of truth and consistent code-generation pipelines.

Do I need to manually set up the environment before running the kernelgen workflow?

No, manual environment setup is not required because the workflow automatically checks the environment state and forces FULL_SETUP when necessary, minimizing setup friction for kernel code generation.