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

agentsmesh

agentsmesh contains 147 collected skills from sampleXbro, with repository-level occupation coverage and site-owned skill detail pages.

skills collected
147
Stars
20
updated
2026-07-18
Forks
5
Occupation coverage
10 occupation categories · 100% classified
repository explorer

Skills in this repository

update-target-capabilities
computer-occupations-all-other

Use when an AI tool gains support for a feature agentsmesh does not yet expose — or exposes wrongly — and you must raise or correct an existing target's capability for project and/or global scope (rules, additionalRules, commands, agents, skills, mcp, hooks, ignore, permissions). Also use to audit every target for capability gaps, or to act on an audit/feature-request someone else wrote. Start by verifying the claim against the tool's OWN primary docs — such findings are frequently fabricated, stale, or wrong-scoped, so be ready to reject. Covers verification-first research, descriptor wiring, round-trip symmetry, global-only scopeExtras emission, settings-merge and plugin safety, format/path-change blast radius, strict TDD, two-stage review, and matrix/docs sync. Start with `pnpm capabilities:audit`; research only STALE/MISSING cells; the ledger memoizes verified formats so audits stay fast.

2026-07-18
update-target-capabilities
computer-occupations-all-other

Use when an AI tool gains support for a feature agentsmesh does not yet expose — or exposes wrongly — and you must raise or correct an existing target's capability for project and/or global scope (rules, additionalRules, commands, agents, skills, mcp, hooks, ignore, permissions). Also use to audit every target for capability gaps, or to act on an audit/feature-request someone else wrote. Start by verifying the claim against the tool's OWN primary docs — such findings are frequently fabricated, stale, or wrong-scoped, so be ready to reject. Covers verification-first research, descriptor wiring, round-trip symmetry, global-only scopeExtras emission, settings-merge and plugin safety, format/path-change blast radius, strict TDD, two-stage review, and matrix/docs sync. Start with `pnpm capabilities:audit`; research only STALE/MISSING cells; the ledger memoizes verified formats so audits stay fast.

2026-07-18
lessons
computer-occupations-all-other

Use when about to edit a file or run a state-changing command, or after any failure, correction, or surprising result.

2026-07-07
lessons
computer-occupations-all-other

Use when about to edit a file or run a state-changing command, or after any failure, correction, or surprising result.

2026-07-07
lessons
computer-occupations-all-other

Use when about to edit a file or run a state-changing command, or after any failure, correction, or surprising result.

2026-07-07
grill-me
project-management-specialists

A relentless interview to sharpen a plan or design.

2026-06-23
teach
postsecondary-teachers-all-other

Teach the user a new skill or concept, within this workspace.

2026-06-23
writing-great-skills
computer-occupations-all-other

Reference for writing and editing skills well — the vocabulary and principles that make a skill predictable.

2026-06-23
grill-me
project-management-specialists

A relentless interview to sharpen a plan or design.

2026-06-23
grilling
project-management-specialists

Interview the user relentlessly about a plan or design. Use when the user wants to stress-test a plan before building, or uses any 'grill' trigger phrases.

2026-06-23
teach
postsecondary-teachers-all-other

Teach the user a new skill or concept, within this workspace.

2026-06-23
writing-great-skills
computer-occupations-all-other

Reference for writing and editing skills well — the vocabulary and principles that make a skill predictable.

2026-06-23
readme
software-developers

Use when writing, rewriting, or substantially updating the top-level README.md for AgentsMesh. Produces a concise, trustworthy, copy-paste-correct README — accurate header (banner + badges), a 60-second quickstart, real install/feature/links — without inventing APIs or duplicating LICENSE/CONTRIBUTING/CHANGELOG.

2026-06-23
readme
software-developers

Use when writing, rewriting, or substantially updating the top-level README.md for AgentsMesh. Produces a concise, trustworthy, copy-paste-correct README — accurate header (banner + badges), a 60-second quickstart, real install/feature/links — without inventing APIs or duplicating LICENSE/CONTRIBUTING/CHANGELOG.

2026-06-23
code-reviewer
software-quality-assurance-analysts-and-testers

Code review automation for TypeScript, JavaScript, Python, Go, Swift, Kotlin. Analyzes PRs for complexity and risk, checks code quality for SOLID violations and code smells, generates review reports. Use when reviewing pull requests, analyzing code quality, identifying issues, generating review checklists.

2026-06-05
security-ownership-map
information-security-analysts

Analyze git repositories to build a security ownership topology (people-to-file), compute bus factor and sensitive-code ownership, and export CSV/JSON for graph databases and visualization. Trigger only when the user explicitly wants a security-oriented ownership or bus-factor analysis grounded in git history (for example: orphaned sensitive code, security maintainers, CODEOWNERS reality checks for risk, sensitive hotspots, or ownership clusters). Do not trigger for general maintainer lists or non-security ownership questions.

2026-06-05
code-reviewer
software-quality-assurance-analysts-and-testers

Code review automation for TypeScript, JavaScript, Python, Go, Swift, Kotlin. Analyzes PRs for complexity and risk, checks code quality for SOLID violations and code smells, generates review reports. Use when reviewing pull requests, analyzing code quality, identifying issues, generating review checklists.

2026-06-05
security-ownership-map
information-security-analysts

Analyze git repositories to build a security ownership topology (people-to-file), compute bus factor and sensitive-code ownership, and export CSV/JSON for graph databases and visualization. Trigger only when the user explicitly wants a security-oriented ownership or bus-factor analysis grounded in git history (for example: orphaned sensitive code, security maintainers, CODEOWNERS reality checks for risk, sensitive hotspots, or ownership clusters). Do not trigger for general maintainer lists or non-security ownership questions.

2026-06-05
handoff
software-developers

Compact the current conversation into a handoff document for another agent to pick up.

2026-05-30
handoff
software-developers

Compact the current conversation into a handoff document for another agent to pick up.

2026-05-30
am-agent-security-auditor
information-security-analysts

Security engineer focused on vulnerability detection, threat modeling, and secure coding practices. Use for security-focused code review, threat analysis, or hardening recommendations.

2026-05-25
am-agent-test-engineer
software-quality-assurance-analysts-and-testers

QA engineer specialized in test strategy, test writing, and coverage analysis. Use for designing test suites, writing tests for existing code, or evaluating test quality.

2026-05-25
am-command-build
software-developers

Implement the next task incrementally — build, test, verify, commit

2026-05-25
am-command-code-simplify
software-developers

Simplify code for clarity and maintainability — reduce complexity without changing behavior

2026-05-25
am-command-plan
project-management-specialists

Break work into small verifiable tasks with acceptance criteria and dependency ordering

2026-05-25
am-command-planning
project-management-specialists

Break work into small verifiable tasks with acceptance criteria and dependency ordering

2026-05-25
am-command-ship
project-management-specialists

Run the pre-launch checklist via parallel fan-out to specialist personas, then synthesize a go/no-go decision

2026-05-25
am-command-spec
project-management-specialists

Start spec-driven development — write a structured specification before writing code

2026-05-25
api-and-interface-design
software-developers

Guides stable API and interface design. Use when designing APIs, module boundaries, or any public interface. Use when creating REST or GraphQL endpoints, defining type contracts between modules, or establishing boundaries between frontend and backend.

2026-05-25
browser-testing-with-devtools
software-quality-assurance-analysts-and-testers

Tests in real browsers via Chrome DevTools MCP. Use when building or debugging anything that runs in a browser. Use when you need to inspect the DOM, capture console errors, analyze network requests, profile performance, or verify visual output with real runtime data. Requires the chrome-devtools MCP server to be configured.

2026-05-25
ci-cd-and-automation
software-developers

Automates CI/CD pipeline setup. Use when setting up or modifying build and deployment pipelines. Use when you need to automate quality gates, configure test runners in CI, or establish deployment strategies.

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

Conducts multi-axis code review. Use before merging any change. Use when reviewing code written by yourself, another agent, or a human. Use when you need to assess code quality across multiple dimensions before it enters the main branch.

2026-05-25
context-engineering
software-developers

Optimizes agent context setup. Use when starting a new session, when agent output quality degrades, when switching between tasks, or when you need to configure rules files and context for a project.

2026-05-25
debugging-and-error-recovery
software-developers

Guides systematic root-cause debugging. Use when tests fail, builds break, behavior doesn't match expectations, or you encounter any unexpected error. Use when you need a systematic approach to finding and fixing the root cause rather than guessing.

2026-05-25
deprecation-and-migration
software-developers

Manages deprecation and migration. Use when removing old systems, APIs, or features. Use when migrating users from one implementation to another. Use when deciding whether to maintain or sunset existing code.

2026-05-25
documentation-and-adrs
software-developers

Records decisions and documentation. Use when making architectural decisions, changing public APIs, shipping features, or when you need to record context that future engineers and agents will need to understand the codebase.

2026-05-25
doubt-driven-development
software-developers

Subjects every non-trivial decision to a fresh-context adversarial review before it stands. Use when correctness matters more than speed, when working in unfamiliar code, when stakes are high (production, security-sensitive logic, irreversible operations), or any time a confident output would be cheaper to verify now than to debug later.

2026-05-25
frontend-ui-engineering
web-developers

Builds production-quality UIs. Use when building or modifying user-facing interfaces. Use when creating components, implementing layouts, managing state, or when the output needs to look and feel production-quality rather than AI-generated.

2026-05-25
git-workflow-and-versioning
software-developers

Structures git workflow practices. Use when making any code change. Use when committing, branching, resolving conflicts, or when you need to organize work across multiple parallel streams.

2026-05-25
idea-refine
project-management-specialists

Refines raw ideas into sharp, actionable concepts through structured divergent and convergent thinking. Use when an idea is still vague, when you need to stress-test assumptions before committing to a plan, or when you want to expand options before converging on one. Triggers on "ideate", "refine this idea", or "stress-test my plan".

2026-05-25
Showing top 40 of 147 collected skills in this repository.
agentsmesh Agent Skills on GitHub | SkillsMP