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

収集済み skill 28 件中 8 件を表示しています。
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日
収集済み skill 16 件中 8 件を表示しています。
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日
収集済み skill 15 件中 8 件を表示しています。
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日
収集済み skill 14 件中 8 件を表示しています。
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日
収集済み skill 13 件中 8 件を表示しています。
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日
収集済み skill 13 件中 8 件を表示しています。
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日
収集済み skill 12 件中 8 件を表示しています。
収集済み skill 12 件中 8 件を表示しています。
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日
収集済み skill 12 件中 8 件を表示しています。
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日
収集済み skill 12 件中 8 件を表示しています。
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日
収集済み skill 11 件中 8 件を表示しています。
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日
収集済み skill 10 件中 8 件を表示しています。
49 件中 12 件のリポジトリを表示