Skip to main content
Run any Skill in Manus
with one click
dstanberry
GitHub creator profile

dstanberry

Repository-level view of 11 collected skills across 1 GitHub repositories.

skills collected
11
repositories
1
updated
2026-07-14
repository explorer

Repositories and representative skills

skill-creator
software-developers

Create new skills, modify and improve existing skills, and measure skill performance. Use when users want to create a skill from scratch, edit, or optimize an existing skill, run evals to test a skill, benchmark skill performance with variance analysis, or optimize a skill's description for better triggering accuracy.

2026-07-14
skill-forge
software-developers

Collaboratively build or edit strong LLM instruction files — skills (SKILL.md), agent instruction files, and slash-command instructions — by orchestrating three specialist skills: skill-creator (mechanics + authoring), prompt-engineer (LLM-instruction quality), and doc-coauthoring (prose, structure, economy). Use this whenever the user wants to create a new skill or agent file, workshop a draft, or edit/improve an existing one and wants it reviewed for quality before landing — even if they only say "make a skill for X", "tighten this skill", "fix the description on my agent", or "help me write a SKILL.md". Prefer this over invoking skill-creator, prompt-engineer, or doc-coauthoring alone when the goal is a production-quality instruction file.

2026-07-14
project-init
software-developers

Scaffold or refresh a project- and branch-specific session memory file that captures turn protocol, current task list, decisions log, and open ambiguities for the current git repo. The file is written to the session's auto-memory directory and indexed in MEMORY.md so it auto-loads on future sessions in the same CWD on the same branch. Trigger when the user types `/project-init`, asks to "set up this project/branch", "kick off work on this repo", "init project memory", "scaffold this workspace", "create a session memory file for this branch", or otherwise asks for branch-scoped persistent memory and turn protocol. Trigger eagerly when the user is starting fresh work in a repo and wants per-branch memory across sessions, even without naming the skill explicitly. Do NOT trigger on session open or on a fresh session by itself — this skill is opt-in.

2026-05-11
code-review
software-quality-assurance-analysts-and-testers

Code review best practices. Use when user wants to review code, asks for code review checklist, or mentions "code review."

2026-04-01
conventional-commit
software-developers

Autonomously generates and executes a conventional commit. Use when the user says: "commit", "make a commit", "conventional commit", "/commit", or "commit my changes". Inspects staged/unstaged changes, derives the correct type and scope, writes a Conventional Commits-compliant message, and runs `git commit` without the user needing to write the message manually.

2026-04-01
create-readme
software-developers

Create a README.md file for the project. Use when the user asks to generate, write, or update a project README.

2026-04-01
doc-coauthoring
market-research-analysts-and-marketing-specialists-131161

Guide users through a structured workflow for co-authoring documentation. Use when user wants to write documentation, proposals, technical specs, decision docs, or similar structured content. This workflow helps users efficiently transfer context, refine content through iteration, and verify the doc works for readers. Trigger when user mentions writing docs, creating proposals, drafting specs, or similar documentation tasks.

2026-04-01
env-lookup
software-developers

Resolves environment variables, including tool-agnostic abstractions like $AI_CONFIG_DIR and $MEMORY_DIR. Use when any skill or agent needs to look up an environment variable or resolve a path from the environment.

2026-04-01
Showing top 8 of 11 collected skills in this repository.
Showing 1 of 1 repositories
All repositories loaded
dstanberry Agent Skills | SkillsMP