Skip to main content
Run any Skill in Manus
with one click
GitHub repository

very-ai-framework

very-ai-framework contains 5 collected skills from redmadrobot-rnd, with repository-level occupation coverage and site-owned skill detail pages.

skills collected
5
Stars
16
updated
2026-07-12
Forks
5
Occupation coverage
1 occupation categories · 100% classified
repository explorer

Skills in this repository

kb-search
software-developers

Search the project's markdown knowledge base via the GitMark CLI instead of grep cmd. Use to find where something is documented, answer "where do the docs say X", or before reading many files at random; Hits come back as `file:line · heading · snippet`.

2026-07-12
dev-flow
software-developers

Feature/fix development procedure for this framework: proposal → research → technical concept → tasks (/goal) → worktree → implementation (human-in-the-loop) → pre-commit/CI/PR → review → deploy. The skill is about HOW the agent interacts with the user at each stage. Use it when a feature/fix starts or someone asks "how do we develop here".

2026-07-12
kb-maintain
software-developers

Rules for maintaining a markdown knowledge base (KB/GitMark) — apply when adding, editing, moving, or deleting documentation (.md). Keeps the KB structured instead of a pile of files. Use on "add a doc", "record a decision", "update the docs", "reorganize docs", "rebuild the KB"

2026-07-12
task-breakdown
software-developers

Slice the accumulated feature context (proposal + research + HLD + the fixed stack) into a task list for the agent: self-contained units written "by an agent for agents", with a mandatory DoD and list of checks, explicit dependencies, ready for /goal. Use at the dev-flow task-creation stage — after design, before implementation.

2026-07-12
setup-framework
software-developers

Roll out the whole very-ai-framework (dev-flow process + GitMark knowledge base + CI/CD) from the template repo into a target project: copy skills/commands into .claude/, scaffold the KB, port the GitHub Actions pipeline, and configure environments / secrets / deploy. Use to set up the framework in a new or different repository.

2026-07-01
very-ai-framework Agent Skills on GitHub | SkillsMP