Skip to main content
在 Manus 中运行任何 Skill
一键导入
rysweet
GitHub 创作者资料

rysweet

按仓库查看 7 个 GitHub 仓库中的 344 个已收集 skills,并展示近似职业覆盖。

已收集 skills
344
仓库
7
职业领域
4
更新
2026-06-01
仓库分布

Skills 分布在哪些仓库

按已收集 skill 数展示主要仓库,并显示它们在该创作者目录中的占比和职业覆盖。

#01
amplihack
133 个 skills · 2026-04-25
软件开发工程师软件质量保证分析师与测试员网络与计算机系统管理员计算机系统分析师作家与作者其他计算机职业
45 个职业分类 · 已分类 100%
39%占比
#02
amplihack-rs
113 个 skills · 2026-06-01
软件开发工程师软件质量保证分析师与测试员项目管理专家网络与计算机系统管理员作家与作者人类学家和考古学家
33 个职业分类 · 已分类 100%
33%占比
#03
AzureHayMaker
37 个 skills · 2026-01-15
软件开发工程师软件质量保证分析师与测试员项目管理专家秘书和行政助理(法律、医疗和高管除外)网络与计算机系统管理员计算机与信息系统经理
10 个职业分类 · 已分类 100%
11%占比
#04
RustyClawd
25 个 skills · 2026-03-08
软件开发工程师软件质量保证分析师与测试员计算机与信息系统经理项目管理专家教学协调员综合与运营经理
6 个职业分类 · 已分类 100%
7.3%占比
#05
azure-tenant-grapher
25 个 skills · 2026-02-07
软件开发工程师软件质量保证分析师与测试员项目管理专家秘书和行政助理(法律、医疗和高管除外)网络与计算机系统管理员计算机系统分析师
6 个职业分类 · 已分类 100%
7.3%占比
#06
skwaq
8 个 skills · 2026-03-16
信息安全分析师
1 个职业分类 · 已分类 100%
2.3%占比
#07
agent-kgpacks
3 个 skills · 2026-03-06
数据库架构师物理学家软件开发工程师
3 个职业分类 · 已分类 100%
0.9%占比
仓库浏览

仓库与代表性 skills

#001
amplihack
133 个 skills6342更新于 2026-04-25
占该创作者 39%
code-visualizer
软件开发工程师

Auto-generates code flow diagrams from multi-language module analysis. Detects when architecture diagrams become stale (code changed, diagram didn't). Supports Python, TypeScript/JavaScript, Rust, and Go out of the box. Use when: creating new modules, reviewing PRs for architecture impact, or checking diagram freshness across polyglot repositories. Generates mermaid diagrams showing imports, dependencies, and module relationships.

2026-04-25
multitask
软件开发工程师

Execute multiple independent development tasks in parallel using subprocess isolation. Each task runs in a clean /tmp clone with Recipe Runner code-enforced workflow execution. Proven pattern: 4/5 PRs created successfully in first production use.

2026-04-22
agent-generator-tutor
高校计算机科学教师

Interactive teaching agent for the goal-seeking agent generator and eval system. Provides a structured 14-lesson curriculum covering agent generation, SDK selection, multi-agent architecture, progressive evaluation (L1-L12), retrieval strategies, intent classification, math code generation, self-improvement loops with patch proposer and reviewer voting, and memory export/import.

2026-04-17
default-workflow
软件开发工程师

Development workflow for features, bugs, refactoring. Normally executed as a sub-recipe by dev-orchestrator/smart-orchestrator. Supports direct invocation via recipe runner for standalone use.

2026-04-17
dev-orchestrator
软件开发工程师

Default task orchestrator for all development and investigation work. Classifies tasks, decomposes into parallel workstreams if appropriate, and routes execution through the recipe runner. Replaces ultrathink-orchestrator.

2026-04-17
documentation-writing
技术写作员

Writing clear, discoverable software documentation following the Eight Rules and Diataxis framework. Use when creating README files, API docs, tutorials, how-to guides, or any project documentation. Automatically enforces docs/ location, linking requirements, and runnable examples.

2026-04-17
e2e-outside-in-test-generator
软件质量保证分析师与测试员

Generates comprehensive end-to-end test scenarios using outside-in methodology. Supports 5 app types: Web (Playwright), CLI, TUI, API, and MCP (gadugi YAML). Auto-detects app type or accepts explicit override.

2026-04-17
goal-seeking-agent-pattern
计算机系统分析师

Guides architects on when and how to use goal-seeking agents as a design pattern. This skill helps evaluate whether autonomous agents are appropriate for a given problem, how to structure their objectives, integrate with goal_agent_generator, and reference real amplihack examples like AKS SRE automation, CI diagnostics, pre-commit workflows, and fix-agent pattern matching.

2026-04-17
当前展示该仓库 Top 8 / 133 个已收集 skills。
#002
amplihack-rs
113 个 skills20更新于 2026-06-01
占该创作者 33%
silent-degradation-audit
软件开发工程师

Production-ready skill for detecting silent degradation across codebases. Uses multi-wave audit system with 6 specialized category agents, multi-agent validation panel, and convergence detection.

2026-06-01
amplihack-expert
软件开发工程师

Comprehensive knowledge of amplihack framework architecture, patterns, and usage

2026-05-30
code-philosophy
软件质量保证分析师与测试员

Multi-pass code philosophy audit skill. Performs three distinct passes over target code to verify adherence to the project's PHILOSOPHY.md principles. Produces a structured report with findings and delegates fixes to dev-orchestrator. This is an advisory audit-only skill — it does not modify code directly.

2026-05-28
dev-orchestrator
软件开发工程师

Default task orchestrator for all development and investigation work. Classifies tasks, decomposes into parallel workstreams if appropriate, and routes execution through the recipe runner. Replaces ultrathink-orchestrator.

2026-05-28
code-atlas
软件开发工程师

Builds comprehensive, living code-atlases as multi-layer architecture documents derived from code-first truth. Defaults to both Graphviz DOT and Mermaid. User can override to single format. Language-agnostic (Go, TypeScript, Python, .NET, Rust, Java). Files issues with 'code-atlas-bughunt' label. Treats atlas-building as a multi-agent bug-hunting journey: graph-form reasoning exposes structural bugs, route/DTO mismatches, orphaned env vars, dead code paths, and stale documentation that linear review misses. Three-pass bug hunt with per-journey PASS/FAIL/NEEDS_ATTENTION verdicts. Use when: creating architecture documentation, investigating unfamiliar codebases, hunting structural bugs, setting up CI/CD diagram refresh, or publishing to GitHub Pages/mkdocs.

2026-05-28
gh-work-report
软件开发工程师

Generates comprehensive GitHub activity reports across all authenticated accounts. Gathers repos, PRs, features, and themes for configurable time periods (1/5/7/30/90 days). Produces shareable markdown with tables, mermaid charts, and executive summaries. Can create a private repo with GitHub Actions automation and GitHub Pages aggregation site. Use when: "github report", "work report", "activity summary", "what did I work on", "gh-work-report", "show my github activity".

2026-05-28
amplihack-migrate
网络与计算机系统管理员

Move the active amplihack CLI session (Copilot/Claude/Amplifier) to a fresh azlin-managed VM, preserving auth, plugins, skills, plan.md, todos, and conversation history. Resumes the session in a detached tmux on the destination host.

2026-05-28
transcript-viewer
软件开发工程师

Convert and browse session transcripts as HTML or Markdown. Supports Claude Code JSONL logs (auto-saved to ~/.claude/projects/) and GitHub Copilot CLI JSONL logs (auto-saved to ~/.copilot/session-state/*/events.jsonl). Auto-detects log source based on available directories and file format. Supports viewing the current session, a specific session by ID, agent background task output files, or all project sessions with optional date-range filtering.

2026-05-28
当前展示该仓库 Top 8 / 113 个已收集 skills。
#003
AzureHayMaker
37 个 skills01更新于 2026-01-15
占该创作者 11%
azure-devops-cli
网络与计算机系统管理员

Expert guidance for Azure DevOps CLI (az devops) - automation, pipelines, repos, boards, and artifacts management. Use when working with Azure DevOps, managing pipelines, creating work items, or when user mentions ADO, builds, releases, or Azure repos.

2026-01-15
backlog-curator
项目管理专家

Expert backlog manager that prioritizes work using multi-criteria scoring, analyzes dependencies, and recommends optimal next tasks. Activates when managing backlogs, prioritizing work, adding items, or analyzing what to work on next.

2026-01-15
eval-recipes-runner
软件质量保证分析师与测试员

Run Microsoft's eval-recipes benchmarks to validate amplihack improvements against baseline agents. Activates when testing with eval-recipes, running evals, or benchmarking changes.

2026-01-15
microsoft-agent-framework
软件开发工程师

Expert knowledge of Microsoft Agent Framework for building production AI agents and workflows. Use when building agents with Microsoft's framework, multi-agent orchestration, or tool integration.

2026-01-15
pm-architect
项目管理专家

Expert project manager orchestrating backlog-curator, work-delegator, workstream-coordinator, and roadmap-strategist sub-skills. Coordinates complex software projects through delegation and strategic oversight. Activates when managing projects, coordinating work, or tracking overall progress.

2026-01-15
roadmap-strategist
计算机与信息系统经理

Expert strategist managing project roadmaps, goals, milestones, and strategic direction. Tracks goal progress, ensures alignment, and provides strategic recommendations. Activates when planning roadmaps, setting goals, tracking milestones, or discussing strategic direction.

2026-01-15
work-delegator
计算机与信息系统经理

Expert delegation specialist that creates comprehensive context packages for coding agents, analyzes requirements, identifies relevant files, and generates clear instructions. Activates when delegating work, assigning tasks, creating delegation packages, or preparing agent instructions.

2026-01-15
workstream-coordinator
生产、计划和催办文员

Expert workstream coordinator managing multiple concurrent tasks, tracking progress, detecting conflicts and stalls, analyzing dependencies, and ensuring smooth parallel execution. Activates when coordinating workstreams, tracking progress, checking status, or managing concurrent work.

2026-01-15
当前展示该仓库 Top 8 / 37 个已收集 skills。
#004
RustyClawd
25 个 skills10更新于 2026-03-08
占该创作者 7.3%
batch
软件开发工程师

Orchestrate large-scale changes across a codebase in parallel

2026-03-08
simplify
软件质量保证分析师与测试员

Review changed code for reuse, quality, and efficiency, then fix any issues found

2026-03-08
rusty-update
软件开发工程师

Consolidated Claude Code sync and parity tracking for RustyClawd. Fetches latest Claude Code features from official sources, compares against the local feature inventory, identifies gaps, and optionally creates GitHub issues. Also supports deep analysis by deminifying the installed Claude Code cli.js.

2026-03-07
agent-performance
软件开发工程师

Track and report agent invocation metrics including usage counts, success/failure rates, and completion times. Use for understanding which agents are utilized, identifying underused agents, and optimizing agent delegation patterns.

2026-02-10
dependency-resolver
软件开发工程师

Automated dependency conflict detection and resolution. Detects local vs CI environment mismatches, compares versions, and generates pinning recommendations. Run as pre-push check to catch issues early.

2026-02-10
lsp-setup
软件开发工程师

Auto-discovers and configures Language Server Protocol (LSP) servers for your project's languages

2026-02-10
multi-repo
软件开发工程师

Multi-repository orchestration for coordinating atomic changes across dependent repositories. Tracks dependency graphs, coordinates cross-repo PRs, and detects breaking changes.

2026-02-10
session-learning
软件开发工程师

Cross-session learning system that extracts insights from session transcripts and injects relevant past learnings at session start. Uses simple keyword matching for relevance. Complements DISCOVERIES.md/PATTERNS.md with structured YAML storage.

2026-02-10
当前展示该仓库 Top 8 / 25 个已收集 skills。
#005
azure-tenant-grapher
25 个 skills12更新于 2026-02-07
占该创作者 7.3%
outside-in-testing
软件质量保证分析师与测试员

Generates agentic outside-in tests using gadugi-agentic-test framework for CLI, TUI, Web, and Electron apps. Use when you need behavior-driven tests that verify external interfaces without internal implementation knowledge. Creates YAML test scenarios that AI agents execute, observe, and validate against expected outcomes. Supports progressive complexity from simple smoke tests to advanced multi-step workflows.

2026-02-07
agent-sdk
软件开发工程师

Comprehensive knowledge of Claude Agent SDK architecture, tools, hooks, skills, and production patterns. Auto-activates for agent building, SDK integration, tool design, and MCP server tasks.

2026-01-24
azure-devops
网络与计算机系统管理员

Complete Azure DevOps automation - boards, repos, pipelines, artifacts

2026-01-24
backlog-curator
项目管理专家

Expert backlog manager that prioritizes work using multi-criteria scoring, analyzes dependencies, and recommends optimal next tasks. Activates when managing backlogs, prioritizing work, adding items, or analyzing what to work on next.

2026-01-24
code-visualizer
软件开发工程师

Auto-generates code flow diagrams from Python module analysis. Detects when architecture diagrams become stale (code changed, diagram didn't). Use when: creating new modules, reviewing PRs for architecture impact, or checking diagram freshness. Generates mermaid diagrams showing imports, dependencies, and module relationships.

2026-01-24
context-management
软件开发工程师

Proactive context window management via token monitoring, intelligent extraction, and selective rehydration. Features predictive budget monitoring, context health indicators, and priority-based retention. Use when approaching token limits or needing to preserve essential context. Complements /transcripts and PreCompact hook with proactive optimization.

2026-01-24
default-workflow
软件开发工程师

Development workflow for features, bugs, refactoring. Auto-activates for multi-file implementations.

2026-01-24
documentation-writing
软件开发工程师

Writing clear, discoverable software documentation following the Eight Rules and Diataxis framework. Use when creating README files, API docs, tutorials, how-to guides, or any project documentation. Automatically enforces docs/ location, linking requirements, and runnable examples.

2026-01-24
当前展示该仓库 Top 8 / 25 个已收集 skills。
#006
skwaq
8 个 skills53更新于 2026-03-16
占该创作者 2.3%
llm-binary-vuln-guide
信息安全分析师

Reference guide for LLM-based vulnerability detection in binary code. Provides best practices, techniques, and prompting strategies for using LLMs to find vulnerabilities in stripped binaries, firmware, and decompiled code. Use when analyzing binaries with AI, writing vulnerability analysis prompts, or optimizing detection pipelines.

2026-03-16
binary-audit
信息安全分析师

Comprehensive binary security assessment including hardening, attack surface, and vulnerability analysis. Use when analyzing an ELF or PE binary.

2026-03-11
compare-binaries
信息安全分析师

Compare two binaries for security differences. Use for patch analysis or regression testing.

2026-03-11
cwe-lookup
信息安全分析师

Look up CWE entries and explain their relevance. Use when discussing vulnerability types or CWE classifications.

2026-03-11
explain-vuln
信息安全分析师

Explain a specific vulnerability finding in detail with remediation guidance. Use when the user wants to understand a finding or how to fix it.

2026-03-11
source-audit
信息安全分析师

Multi-language source code security audit. Use when analyzing source code for vulnerabilities. Supports Python, JavaScript, Go, Rust, Java, C/C++.

2026-03-11
threat-model
信息安全分析师

Generate a threat model for the analyzed target. Use after ingesting a binary or source code to understand the threat landscape.

2026-03-11
vuln-scan
信息安全分析师

Run a comprehensive vulnerability scan on the current investigation. Use when the user wants to find security vulnerabilities in ingested code or binaries. Combines pattern detection, data flow analysis, and AI reasoning.

2026-03-11
#007
agent-kgpacks
3 个 skills00更新于 2026-03-06
占该创作者 0.9%
已展示 7 / 7 个仓库
已展示全部仓库