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

dotagent

dotagent contains 6 collected skills from avelino, with repository-level occupation coverage and site-owned skill detail pages.

skills collected
6
Stars
3
updated
2026-05-19
Forks
1
Occupation coverage
3 occupation categories · 100% classified
repository explorer

Skills in this repository

dotagent-doc-review
software-developers

Audit dotagent docs for drift after ANY code/behavior change — new plugin, renamed field, moved file, changed default, new env var, new command, new event type, schema bump, path change. Always invoke before reporting a task as "done" if the change is user-visible. Returns a punch list of doc files that need updating with the specific lines/sections that are now stale, plus any links pointing to moved/renamed files. Never silently passes — when in doubt, flag.

2026-05-19
dotagent-new-command
network-and-computer-systems-administrators

Add a new subcommand to the `dotagent` CLI. Use when the user asks to "add a command", "expose X as CLI", "create dotagent subcommand", or any extension to the CLI surface. Handles clap enum entry + commands/ implementation + help text consistency.

2026-05-19
dotagent-new-plugin
software-developers

Scaffold a new dotagent plugin (notify/preflight/sink). Use when the user asks to "add a plugin", "create a plugin for X", "support Pushover/Discord/Telegram/etc", or any new external integration. The skill produces a complete plugin crate that obeys the info/validate/invoke protocol and registers it in the workspace.

2026-05-19
dotagent-port-fish-agent
software-developers

Migrate an agent from the Fish-based `lib/agent.fish` framework (in avelino/dotfiles) to dotagent. Use when the user says "porta X pro dotagent", "migra Y", "transforma meta.json em agent.toml". Produces a working agent.toml that points at the existing agent.fish without rewriting it.

2026-05-19
dotagent-release
software-developers

Cut a new release of dotagent. Use when the user says "release X.Y.Z", "tag a release", "publish to crates.io". Handles version bump in workspace.package.version, CHANGELOG, git tag, and the cargo publish order across the workspace dependency graph.

2026-05-19
dotagent-validate
software-quality-assurance-analysts-and-testers

Run the full validation pipeline for dotagent (fmt, clippy with -D warnings, workspace tests, and end-to-end smoke test). Use before claiming a change is "done", before opening a PR, or when CI fails and the user wants to reproduce locally. Reports each step and stops at the first failure.

2026-05-19
dotagent Agent Skills on GitHub | SkillsMP