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

Symphonee

Symphonee contains 8 collected skills from matandessaur-me, with repository-level occupation coverage and site-owned skill detail pages.

skills collected
8
Stars
7
updated
2026-06-09
Forks
2
Occupation coverage
3 occupation categories · 100% classified
repository explorer

Skills in this repository

diagnose-the-running-app
software-developers

When the user asks what is going on with the site they are building, drive the in-app browser Tools endpoints to start the dev server, read console + server + network logs, inspect/eval the page, and report -- all inside Symphonee, no Chrome needed.

2026-06-09
ship-a-code-change
software-developers

The disciplined way to make and land a code change in a Symphonee-managed repo -- branch, implement, verify, show the diff as its own step, then commit. Use for any implement/fix/refactor task that ends in a commit.

2026-06-08
verify-a-frontend-edit
web-developers

How to safely edit and validate Symphonee's dashboard renderer. The served js/app.js and mind-ui.js are GENERATED build outputs -- edit the source under dashboard/public/app/src/shell/ or mind-ui/src/, rebuild, then validate.

2026-06-08
author-a-skill
computer-occupations-all-other

Turn a correction, a gotcha, or a procedure you just did well into a durable SKILL.md so every future session of every CLI inherits it. This is how the system improves its own behaviour, not just its knowledge.

2026-06-06
investigate-before-implementing
software-developers

Engineered, not rushed -- profile and understand the system before changing it, find root cause not symptoms, then implement deliberately. Use for any non-trivial fix or feature where the right design is not obvious.

2026-06-06
prefer-the-plugin-over-shelling-out
software-developers

When a task matches an installed plugin or a structured connector, use its REST routes -- never re-solve it by hand or shell out to a third-party CLI. Ask the user before invoking a plugin.

2026-06-06
run-a-contract-intentional-autonomous-work
software-developers

For substantial or autonomous multi-step work, commit to a reviewable contract -- intent, a plan with acceptance criteria, then execute proving each unit with evidence -- instead of improvising. Use for overnight/large tasks or anything that must be auditable.

2026-06-06
use-mind-recall-teach-save
software-developers

The cross-CLI memory discipline -- recall prior work before answering, teach durable corrections the moment you hear them, and save findings after every substantive reply so the next session of every CLI inherits them.

2026-06-06