hellowind777/helloagents
Overview
This skill activates a structured autonomous workflow assistant when invoked with /helloagents or $helloagents. It provides a concise command interface and routes user requests into defined planning and execution pipelines. The skill is designed to keep working on tasks until implementation and verification are complete.
How this skill works
On explicit invocation the skill returns a welcome message with available commands and usage guidance. Subsequent user input is routed through an internal G4-style workflow that maps commands or natural language requests to planning, execution, validation, and recovery routines. Scripted tools and templates live under the skill's path and are invoked with standardized command-line conventions to perform repository and knowledge-base operations.
When to use it
- Kick off an autonomous task flow for feature design and implementation
- Initialize, upgrade, or validate a project knowledge base
- Create, validate, list, migrate, or clean solution packages
- Run tests, perform code review, or commit changes via the assistant
- Request an end-to-end plan and automated execution for complex jobs
Best practices
- Invoke with /helloagents or $helloagents to ensure the explicit skill entry is loaded
- Use the prefixed commands (e.g., ~plan, ~exec, ~validate) for predictable routing
- Describe goals in plain language when you want the system to choose an appropriate flow
- When scripts are used, ensure UTF-8 execution (python -X utf8) and provide required flags
- Keep repository and template paths consistent with the skill root to avoid path resolution errors
Example use cases
- User inputs ~init to bootstrap a project knowledge base and then ~upgrade to ingest new docs
- Describe a feature in plain language and let the system run ~plan then ~exec to implement and test it
- Run ~validate on a solution package before merging to ensure schema and tests pass
- Ask for a project summary and use scripts to generate statistics and a package list
- Use ~rollback to revert an intelligent deployment step after automated validation fails
FAQ
Type /helloagents or $helloagents to load the skill and receive the welcome menu.
What if a script fails during execution?
Scripts include existence checks and error-recovery guidance; rerun with appropriate flags and consult the validation commands before retrying.
5 skills
This skill activates HelloAGENTS to manage structured tasks and route requests automatically, guiding from plan to validation.
This skill guides solution design from ideation to planning, creating a complete plan package and risk-aware implementation path.
This skill manages and synchronizes knowledge base across plan/wiki/history, ensuring consistency after code changes and audits updates automatically.
This skill executes code changes from the solution package, validates KB updates, and migrates history while ensuring consistency and safety.
This skill helps you generate and organize documentation templates for wikis and solution packages, streamlining project setup and consistency.