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

andychanfp

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

skills collected
13
repositories
1
updated
2026-06-02
repository map

Where the skills live

Top repositories by collected skill count, with their share of this creator catalog and occupation spread.

repository explorer

Repositories and representative skills

design-review
graphic-designers

Senior product designer that audits UI screens and PRDs for usability flaws, missing error states, edge-case gaps, and accessibility issues. Use when the user says "review this design", "audit this UI", "critique this flow", or invokes /design-review with a screenshot and a PRD.

2026-06-02
agent-audit-benchmark
software-developers

Fifth subagent in the agent-audit pipeline. Reads evals-[n].json and grading.json from the run dir, aggregates timing across all evals, computes pass rate and token stats, and writes timing.json and benchmark.json. Handles missing or partial data gracefully — writes what it can and flags gaps. Use when agent-audit hands off "compute the benchmark".

2026-06-02
agent-audit-grade
software-developers

Second subagent in the agent-audit pipeline. Grades every assertion in evals-[n].json against actual_output using LLM judgment for semantic checks and tool calls for mechanical checks. Writes grading.json with per-assertion pass/fail and evidence, and updates evals-[n].json with a verdict per case. Use when agent-audit hands off "grade the evals".

2026-06-02
agent-audit-lint
software-developers

Third subagent in the agent-audit pipeline (comprehensive mode only). Checks the environment for agentlinter and agnix, installs missing tools via npm if possible, runs each linter independently, then runs an LLM safety check against the audit registry. Each check is independent — a missing or failing tool is flagged and skipped, never blocks the others. Writes audit-[n].json to the run dir. Use when agent-audit hands off "run lint and safety check".

2026-06-02
agent-audit-optimise
software-developers

Fourth subagent in the agent-audit pipeline (comprehensive mode only). Measures the target skill's description trigger rate, iterates to improve it, and writes the winning description back to SKILL.md. Optimised for token efficiency: train iterations use 1 run per query; validation and baseline use 3. Stops early at 90% train pass rate. Appends optimiser results to audit-[n].json. Use when agent-audit hands off "run the description optimiser".

2026-06-02
agent-audit
software-developers

Orchestrator for the agent-audit pipeline. Prepares the run directory, asks the user which checks to run via a labelled checklist, dispatches specialist subagents in the correct dependency order, and produces a final report. Use when the user says "audit this skill", "run agent-audit", "check this agent", or agent-evaluate hands off "run audit".

2026-06-02
agent-audit-test
software-quality-assurance-analysts-and-testers

First subagent in the agent-audit pipeline. Generates 3-5 test cases from the target skill's SKILL.md, runs them in parallel eval subagents, and writes 3-5 verifiable assertions per case from the actual output. Writes evals-[n].json to the run dir and updates the target skill's schemas.json with assertions. Use when agent-audit hands off "generate and run tests".

2026-06-02
agent-build
software-developers

Builds a runnable skill from a plan produced by agent-plan. Writes SKILL.md and all named ref files to .claude/skills/<name>/. Use when handed a plan path, or when the user says "build this", "generate the skill", or "create the agent".

2026-06-02
Showing top 8 of 13 collected skills in this repository.
Showing 1 of 1 repositories
All repositories loaded
andychanfp Agent Skills | SkillsMP