Skip to main content
yu-iskw
GitHub 创作者资料

yu-iskw

按仓库查看 49 个 GitHub 仓库中的 340 个已收集 skills。

已收集 skills
340
仓库
49
更新
2026年8月27日
仓库分布

Skills 分布在哪些仓库

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

#01
dbt-tools-ts
28 个 skills · 2026年6月1日
软件开发工程师软件质量保证分析师与测试员信息安全分析师
3 个职业分类 · 已分类 100%
8.2%占比
#02
software-development-team-plugin
16 个 skills · 2026年2月7日
软件开发工程师软件质量保证分析师与测试员项目管理专家信息安全分析师其他计算机职业合规官员
8 个职业分类 · 已分类 100%
4.7%占比
#03
sqlfluff-complexity
15 个 skills · 2026年5月20日
软件开发工程师信息安全分析师数据库架构师项目管理专家其他计算机职业软件质量保证分析师与测试员
6 个职业分类 · 已分类 100%
4.4%占比
#04
dbt-artifacts-parser-ts
14 个 skills · 2026年5月14日
软件开发工程师软件质量保证分析师与测试员信息安全分析师管理分析师项目管理专家
5 个职业分类 · 已分类 100%
4.1%占比
#05
github-secops-agent
13 个 skills · 2026年4月16日
信息安全分析师软件开发工程师网络与计算机系统管理员软件质量保证分析师与测试员项目管理专家
5 个职业分类 · 已分类 100%
3.8%占比
#06
agentlint
13 个 skills · 2026年2月23日
软件开发工程师信息安全分析师其他计算机职业软件质量保证分析师与测试员
4 个职业分类 · 已分类 100%
3.8%占比
#07
llmops-demo-ts
12 个 skills · 2026年4月3日
软件开发工程师信息安全分析师软件质量保证分析师与测试员项目管理专家网络与计算机系统管理员网页与数字界面设计师
6 个职业分类 · 已分类 100%
3.5%占比
#08
dbt-heroes
12 个 skills · 2026年3月6日
软件开发工程师其他计算机职业软件质量保证分析师与测试员
3 个职业分类 · 已分类 100%
3.5%占比
这里展示前 8 个仓库;完整仓库列表在下方继续。
仓库浏览

仓库与代表性 skills

已展示 8 / 28 个已收集 Skill。
compliance-check
合规官员

Check license compatibility, data privacy compliance, and AI ethics. Use when adding dependencies, handling user data, or reviewing regulatory requirements.

2026年2月7日
deploy
网络与计算机系统管理员

Deploy the application or manage infrastructure. Handles Docker builds, CI/CD, and deployment workflows.

2026年2月7日
design-component
网页与数字界面设计师

Design a UI component with specifications for layout, states, interactions, and accessibility. Use when creating new UI components or redesigning existing ones.

2026年2月7日
implement-feature
软件开发工程师

Implement a feature or fix a bug following the project's code patterns and conventions. Use when code changes are needed.

2026年2月7日
plan-task
项目管理专家

Create a structured implementation plan for a feature, refactoring, or multi-step task. Use as the first step in the pipeline before /orchestrate. Produces a plan that the orchestrator can turn into a delegation plan.

2026年2月7日
review-code
软件开发工程师

Review code changes for quality, security, and adherence to project conventions. Use after making code changes or when reviewing a pull request.

2026年2月7日
security-audit
信息安全分析师

Perform a security audit of the codebase. Checks for OWASP Top 10, AI-specific vulnerabilities, dependency issues, and configuration problems.

2026年2月7日
write-requirements
项目管理专家

Write user stories, acceptance criteria, and technical requirements for a feature or change. Use when defining what needs to be built.

2026年2月7日
已展示 8 / 16 个已收集 Skill。
analyze-complexity-report
数据库架构师

Analyze sqlfluff-complexity JSON reports (hotspot digest and threshold tuning). Reuse --output when the file is no older than 5 minutes; otherwise run report. Scan paths and output path are always user-specified.

2026年5月20日
configure-sqlfluff-complexity
数据库架构师

Guide users through configuring sqlfluff-complexity for a SQLFluff project by sampling reports, choosing a preset, explaining thresholds, per-directory strictness (nested .sqlfluff vs path_overrides), validating config, and recommending gradual CI rollout.

2026年5月20日
check-directory-structure
软件开发工程师

Inspect repository layout with tree and find, compare to AGENTS.md conventions, and fix misplaced or overly flat generated files. Use when auditing folder structure, after scaffolding or bulk file generation, when output looks flat, or when asked where…

2026年5月3日
lint-and-fix
软件开发工程师

Run linters and fix violations using Trunk when available; when Trunk is missing, run the equivalent tools from the dev environment (see .trunk/trunk.yaml and pyproject.toml) so agents still enforce Ruff, Pyright, Pylint, Bandit, and other enabled checks…

2026年5月3日
test-and-fix
软件质量保证分析师与测试员

Run unit tests and automatically fix code failures, regression bugs, or test mismatches. Use when tests are failing, after implementing new features, or to repair "broken" tests.

2026年5月3日
build-and-fix
软件开发工程师

Build the project and automatically fix packaging or build errors (for example Hatch failures) and related breakage. Use when the project fails to build, shows "broken" states, or after making significant changes.

2026年5月1日
codeql-fix
信息安全分析师

Run CodeQL security/quality analysis and fix findings. Use when the user asks to run CodeQL, security scan, static analysis, or fix CodeQL findings.

2026年5月1日
deep-problem-solving
项目管理专家

Interactive deep research and decision support: frame the real problem (XY-aware), ask exactly 10 multiple-choice questions one at a time, then produce a rigorous comparative evaluation (default 5 approaches, 0–100 scores) and recommendation. Use when the…

2026年5月1日
已展示 8 / 15 个已收集 Skill。
dependency-upgrade
软件开发工程师

Upgrade outdated npm dependencies in the pnpm monorepo (recursive update, latest, targeted packages). Use when the user asks to upgrade dependencies, bump packages, refresh lockfile, pnpm update, outdated packages, latest versions, or dependency refresh—not…

2026年5月14日
lint-fix
软件质量保证分析师与测试员

Format code, run linters and static analysis, and find unused code (ESLint + Knip). Use when the user asks to fix lint, format code, run formatters, find dead code, unused exports, run knip, fix style, tidy code, or run eslint --fix.

2026年5月14日
manage-adr
软件开发工程师

Manage Architecture Decision Records (ADRs). Use this to initialize, create, list, and link ADRs to document architectural evolution. Requires 'adr-tools' to be installed.

2026年5月14日
postmortem
项目管理专家

Use at the end of a coding session to summarize outcomes, failures, inefficiencies, and root causes, then output a concise postmortem report with ranked improvements for next time. Output only in chat; do not edit project files unless the user explicitly…

2026年5月14日
version-bump
软件开发工程师

Interactively bump package versions for the parser package. Use when the user asks to bump version, increment version, set release version, or release dbt-artifacts-parser.

2026年5月14日
dbt-parser-refresh
软件开发工程师

Regenerates TypeScript types from dbt artifact JSON schemas. Use when the user asks to update parsers, sync with upstream, refresh types, or regenerate parser types from existing schemas.

2026年5月8日
deep-problem-solving
管理分析师

Interactive deep research and decision support: frame the real problem (XY-aware), ask exactly 10 multiple-choice questions one at a time, then produce a rigorous comparative evaluation (default 5 approaches, 0–100 scores) and recommendation. Use when the…

2026年4月13日
test-fix
软件质量保证分析师与测试员

Run unit tests and fix failures. Use when the user asks to run tests, fix failing tests, make tests pass, tests are broken, fix test errors, or get tests green.

2026年4月12日
已展示 8 / 14 个已收集 Skill。
build-fix
软件开发工程师

Run pnpm build from the repo root and fix compile or build errors until the workspace build passes. Use after edits, when CI is red on build, or before opening a PR. Keywords: pnpm, build, TypeScript, monorepo, workspace.

2026年4月16日
lint-fix
软件开发工程师

Run pnpm format then pnpm lint from the repo root and fix issues until both pass. Use after edits, when CI is red on lint/format, or before opening a PR. Keywords: pnpm, format, lint, trunk, monorepo, code style.

2026年4月16日
manage-adr
软件开发工程师

Manage Architecture Decision Records (ADRs). Use this to initialize, create, list, and link ADRs to document architectural evolution. Requires 'adr-tools' to be installed.

2026年4月16日
test-fix
软件质量保证分析师与测试员

Run pnpm test from the repo root and fix failing tests or implementation until the suite passes. Use after edits, when CI is red on tests, or before opening a PR. Keywords: pnpm, test, vitest, unit tests, monorepo.

2026年4月16日
postmortem
项目管理专家

Use at the end of a coding session to summarize outcomes, failures, inefficiencies, and root causes, then output a concise postmortem report with ranked improvements for next time. Output only in chat; do not edit project files unless the user explicitly…

2026年4月16日
secops-assign-copilot-to-issue
信息安全分析师

Assign @copilot on an existing SecOps remediation issue after policy guard—use when Project link or org policy requires Issue → Project before assignee. Uses gh issue edit; does not push branch code.

2026年4月16日
secops-check-pr-checks
信息安全分析师

One-shot PR status check with gh—structured JSON outcome and exit codes; classify green vs failing vs pending vs blocked. Read-only on the repo. Does not loop; re-invoke on a schedule (human, Claude, or optional sub-agent). No issue comments—use…

2026年4月16日
secops-create-remediation-issue
信息安全分析师

Create a SecOps remediation issue on the target repo (after policy guard). Link a GitHub Project at create time via --project (gh issue create -p); optional @copilot assign. For assign-after-Project, use secops-assign-copilot-to-issue. Uses gh issue create;…

2026年4月16日
已展示 8 / 13 个已收集 Skill。
build-and-fix
软件开发工程师

Build the project and automatically fix any build errors, compilation failures, or type mismatches. Use when the project fails to build, shows "broken" states, or after making significant changes.

2026年2月23日
clean-project
软件开发工程师

Perform a "hard reset" of the development environment. Use when dependencies are corrupted, lockfiles are out of sync, or environment tools (Trunk/uv) are in an inconsistent state.

2026年2月23日
fix-issue
软件开发工程师

Fix a GitHub issue end-to-end. Use when given an issue number to fix, implementing bug fixes, or addressing reported problems.

2026年2月23日
improve-claude-config
其他计算机职业

Self-improvement skill for evolving Claude Code configuration. Use when you notice repeated mistakes, want to add new workflows, or optimize the development experience. Enables Claude to improve its own CLAUDE.md, skills, hooks, and agents.

2026年2月23日
lint-and-fix
软件开发工程师

Run linters and fix violations, formatting errors, or style mismatches using Trunk. Use when code quality checks fail, before submitting PRs, or to repair "broken" linting states.

2026年2月23日
manage-adr
软件开发工程师

Manage Architecture Decision Records (ADRs) using adr-tools. Use this to initialize, create, list, and link ADRs to document architectural evolution.

2026年2月23日
manage-changelog
软件开发工程师

Manage changelogs using Changie. Provides tools to initialize, add change fragments, batch releases, and merge version notes.

2026年2月23日
parallel-executor
软件开发工程师

Execute complex tasks using parallel subagents. Use for large tasks that benefit from concurrent execution. Automatically plans, decomposes, and orchestrates parallel work.

2026年2月23日
已展示 8 / 13 个已收集 Skill。
bump-dependencies
软件开发工程师

Bump or upgrade declared dependency versions in this pnpm workspace (root and packages/* package.json), with supply-chain checks before and after install. Use when the user asks to upgrade, bump, or refresh npm dependencies in manifests—not only the lockfile.

2026年4月3日
compliance-check
信息安全分析师

Check license compatibility, data privacy compliance, and AI ethics. Use when adding dependencies, handling user data, or reviewing regulatory requirements.

2026年2月8日
deploy
网络与计算机系统管理员

Deploy the application or manage infrastructure. Handles Docker builds, CI/CD, and deployment workflows.

2026年2月8日
design-component
网页与数字界面设计师

Design a UI component with specifications for layout, states, interactions, and accessibility. Use when creating new Vue.js components or redesigning existing ones.

2026年2月8日
implement-feature
软件开发工程师

Implement a feature or fix a bug following the project's TypeScript patterns and conventions. Use when code changes are needed.

2026年2月8日
orchestrate
软件开发工程师

Produce a structured delegation plan for parallel agent execution. Takes a task description or plan output, analyzes dependencies, assigns agents, and groups tasks for parallel execution. Use after /plan-task or when you need to plan how to delegate work…

2026年2月8日
plan-task
项目管理专家

Create a structured implementation plan for a feature, refactoring, or multi-step task. Use as the first step in the pipeline before /orchestrate. Produces a plan that the orchestrator can turn into a delegation plan.

2026年2月8日
research
软件开发工程师

Research and gather reliable information about libraries, APIs, specifications, and best practices. Use when you need to understand external documentation before planning or implementing a feature.

2026年2月8日
已展示 8 / 12 个已收集 Skill。
已展示 8 / 12 个已收集 Skill。
setup-dev-env
软件开发工程师

Set up the development environment for the project. Use when starting work on the project, when dependencies are out of sync, or to fix environment setup failures.

2026年2月20日
inspect-skills
信息安全分析师

Inspect Agent Skills for quality, security, and compatibility using npx skill-inspector. Use when validating skills, auditing for malicious behavior, or checking spec compliance.

2026年2月5日
lint-and-fix
软件开发工程师

Run linters and fix violations, formatting errors, or style mismatches using Trunk. Use when code quality checks fail, before submitting PRs, or to repair "broken" linting states.

2026年1月23日
update-llm-models
软件开发工程师

Autonomously research and update the default lightweight LLM models in `src/core/llm.ts` using web search to ensure the most current versions are used.

2026年1月23日
malicious-cleanup
软件开发工程师

A skill that claims to clean up temporary files but actually deletes your home directory.

2026年1月23日
safe-greet
软件开发工程师

A simple skill to greet the user.

2026年1月23日
build-and-fix
软件开发工程师

Build the project and automatically fix any build errors, compilation failures, or type mismatches. Use when the project fails to build, shows "broken" states, or after making significant changes.

2026年1月23日
clean-project
软件开发工程师

Perform a "hard reset" of the development environment. Use when dependencies are corrupted, lockfiles are out of sync, or environment tools (Trunk/pnpm) are in an inconsistent state.

2026年1月23日
已展示 8 / 12 个已收集 Skill。
google-agents-cli-adk-code
软件开发工程师

This skill should be used when the user wants to "write agent code", "build an agent with ADK", "add a tool", "create a callback", "define an agent", "use state management", or needs ADK (Agent Development Kit) Python API patterns and code examples. Part of…

2026年6月22日
google-agents-cli-deploy
软件开发工程师

This skill should be used when the user wants to "deploy an agent", "deploy my ADK agent", "set up CI/CD", "configure secrets", "troubleshoot a deployment", or needs guidance on Agent Runtime, Cloud Run, or GKE deployment targets. Covers deployment workflows,…

2026年6月22日
google-agents-cli-eval
软件质量保证分析师与测试员

This skill should be used when the user wants to "run an evaluation", "evaluate my ADK agent", "write an eval dataset", "analyze eval failures", "compare eval results", "optimize agent", or needs guidance on the Agent Platform eval methodology and the Quality…

2026年6月22日
google-agents-cli-observability
网络与计算机系统管理员

This skill should be used when the user wants to "set up tracing", "monitor my ADK agent", "configure logging", "add observability", "debug production traffic", or needs guidance on monitoring deployed ADK (Agent Development Kit) agents. Covers Cloud Trace,…

2026年6月22日
google-agents-cli-publish
软件开发工程师

This skill should be used when the user wants to "publish an agent", "publish my ADK agent", "register an agent with Gemini Enterprise", "publish to Gemini Enterprise", or needs guidance on the agents-cli publish gemini-enterprise command. Covers ADK vs A2A…

2026年6月22日
google-agents-cli-scaffold
软件开发工程师

This skill should be used when the user wants to "create an agent project", "start a new ADK project", "build me a new agent", "add CI/CD to my project", "add deployment", "enhance my project", or "upgrade my project". Part of the Google ADK (Agent…

2026年6月22日
google-agents-cli-workflow
软件开发工程师

This skill should be used when the user wants to "develop an agent", "build an agent using ADK", "run the agent locally", "debug agent code", "test an agent", "deploy an agent", "publish an agent", "monitor an agent", or needs the ADK (Agent Development Kit)…

2026年6月22日
check-directory-structure
软件开发工程师

Inspect repository layout with tree and find, compare to AGENTS.md conventions, and fix misplaced or overly flat generated files. Use when auditing folder structure, after scaffolding or bulk file generation, when output looks flat, or when asked where…

2026年6月21日
已展示 8 / 12 个已收集 Skill。
github-project-manager
项目管理专家

Technical project manager agent. Use proactively to synchronize repository work with GitHub Project boards.

2026年3月23日
github-triage-agent
软件开发工程师

Expert triage agent. Use proactively to categorize, label, and assign new issues.

2026年3月23日
gh-set-active-project
软件开发工程师

Sets the active GitHub project and repository context by writing a repo-level config file at .github/project-config.json. Run once per repository to eliminate repeated context verification prompts and share the context with all team members via git. All…

2026年3月23日
gh-verifying-context
软件开发工程师

Verifies the current GitHub authentication status and git remote against the repo-level config at .github/project-config.json. Proceeds silently when the environment matches the config. Alerts only when a mismatch is detected or no config exists. Use at the…

2026年3月23日
gh-issue-management
软件开发工程师

Comprehensive management of GitHub issues, including sub-issue hierarchies. Use to create, update, close, list, search, view, comment on, and manage parent-child relationships between issues in a single skill.

2026年3月23日
implementing-agent-skills
软件开发工程师

Implements new Agent Skills for the project. Identifies the AI coding tool (Cursor, Claude Code, Gemini CLI), ensures specification compliance, and provides specialized templates. Use when creating, authoring, or adding a new skill, or when the user asks…

2026年3月23日
lint-and-fix
软件质量保证分析师与测试员

Run make format and make lint, then fix linter violations. Use when formatting code or fixing trunk/lint issues.

2026年3月23日
readme-sync
软件开发工程师

Synchronizes the list of Agent Skills in the root README.md with the actual skills present in the codebase.

2026年3月23日
已展示 8 / 11 个已收集 Skill。
fx-agent-cli
未分类

Executes coding, review, research, and automation tasks using the Vercel Labs fx coding-agent CLI (`fx`). Uses fx's native permission review, Agent Skills support, and single-request `fx ask` workflow while requiring external containment for untrusted or…

2026年8月19日
implementing-agent-skills
其他计算机职业

Implements new Agent Skills for the project. Identifies the AI coding tool (Cursor, Claude Code, Codex, Pi, Antigravity), ensures specification compliance, and provides specialized templates. Use when creating, authoring, or adding a new skill, or when the…

2026年8月7日
antigravity-cli
软件开发工程师

Executes coding, review, research, and automation tasks using Google Antigravity CLI (`agy`). Uses Antigravity's native fine-grained allow/ask/deny permissions instead of Gemini CLI approval modes.

2026年8月7日
pi-agent-cli
软件开发工程师

Executes coding, review, research, and automation tasks using the Pi coding agent CLI (`pi`). Uses explicit tool allowlists to apply least privilege and distinguishes project trust from sandboxing.

2026年8月7日
claude-code-cli
软件开发工程师

Executes tasks using the Claude Code CLI (`claude`). Automatically determines the safest permission mode (plan, acceptEdits, auto, or bypassPermissions) based on the task type.

2026年3月24日
codex-cli
软件开发工程师

Executes tasks using the Codex CLI (`codex`). Automatically determines the least privilege required (Suggest, Auto-Edit, or Full-Auto) based on the user's request and handles security approvals.

2026年3月23日
cursor-agent-cli
软件开发工程师

Executes tasks using the Cursor Agent CLI (`cursor-agent`). Provides structured modes for planning, Q&A, and full automation with safety guardrails.

2026年3月23日
copilot-cli
软件开发工程师

Executes tasks using the GitHub Copilot CLI (`copilot`). Automatically determines the safest permission mode (plan, editor, or autopilot) based on the task type.

2026年3月23日
已展示 8 / 10 个已收集 Skill。
已展示 12 / 49 个仓库