Skip to main content
Manus에서 모든 스킬 실행
원클릭으로
GitHub 저장소

agentsmesh

agentsmesh에는 sampleXbro에서 수집한 skills 147개가 있으며, 저장소 수준 직업 범위와 사이트 내 skill 상세 페이지를 제공합니다.

수집된 skills
147
Stars
20
업데이트
2026-07-18
Forks
5
직업 범위
직업 카테고리 10개 · 100% 분류됨
저장소 탐색

이 저장소의 skills

update-target-capabilities
기타 컴퓨터 관련 직업

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
기타 컴퓨터 관련 직업

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
기타 컴퓨터 관련 직업

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
기타 컴퓨터 관련 직업

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
기타 컴퓨터 관련 직업

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
프로젝트 관리 전문가

A relentless interview to sharpen a plan or design.

2026-06-23
teach
기타 중등 후 교사

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

2026-06-23
writing-great-skills
기타 컴퓨터 관련 직업

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

2026-06-23
grill-me
프로젝트 관리 전문가

A relentless interview to sharpen a plan or design.

2026-06-23
grilling
프로젝트 관리 전문가

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
기타 중등 후 교사

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

2026-06-23
writing-great-skills
기타 컴퓨터 관련 직업

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

2026-06-23
readme
소프트웨어 개발자

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
소프트웨어 개발자

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
소프트웨어 품질 보증 분석가·테스터

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
정보 보안 분석가

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
소프트웨어 품질 보증 분석가·테스터

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
정보 보안 분석가

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
소프트웨어 개발자

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

2026-05-30
handoff
소프트웨어 개발자

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

2026-05-30
am-agent-security-auditor
정보 보안 분석가

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
소프트웨어 품질 보증 분석가·테스터

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
소프트웨어 개발자

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

2026-05-25
am-command-code-simplify
소프트웨어 개발자

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

2026-05-25
am-command-plan
프로젝트 관리 전문가

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

2026-05-25
am-command-planning
프로젝트 관리 전문가

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

2026-05-25
am-command-ship
프로젝트 관리 전문가

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
프로젝트 관리 전문가

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

2026-05-25
api-and-interface-design
소프트웨어 개발자

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
소프트웨어 품질 보증 분석가·테스터

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
소프트웨어 개발자

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
소프트웨어 품질 보증 분석가·테스터

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
소프트웨어 개발자

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
소프트웨어 개발자

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
소프트웨어 개발자

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
소프트웨어 개발자

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
소프트웨어 개발자

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
웹 개발자

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
소프트웨어 개발자

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
프로젝트 관리 전문가

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
이 저장소에서 수집된 skills 147개 중 상위 40개를 표시합니다.