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
skills 28개 · 2026년 6월 1일
소프트웨어 개발자소프트웨어 품질 보증 분석가·테스터정보 보안 분석가
직업 카테고리 3개 · 100% 분류됨
8.2%비중
#02
software-development-team-plugin
skills 16개 · 2026년 2월 7일
소프트웨어 개발자소프트웨어 품질 보증 분석가·테스터프로젝트 관리 전문가기타 컴퓨터 관련 직업네트워크·컴퓨터 시스템 관리자웹·디지털 인터페이스 디자이너
직업 카테고리 8개 · 100% 분류됨
4.7%비중
#03
sqlfluff-complexity
skills 15개 · 2026년 5월 20일
소프트웨어 개발자데이터베이스 아키텍트정보 보안 분석가프로젝트 관리 전문가기타 컴퓨터 관련 직업소프트웨어 품질 보증 분석가·테스터
직업 카테고리 6개 · 100% 분류됨
4.4%비중
#04
dbt-artifacts-parser-ts
skills 14개 · 2026년 5월 14일
소프트웨어 개발자소프트웨어 품질 보증 분석가·테스터경영 분석가정보 보안 분석가프로젝트 관리 전문가
직업 카테고리 5개 · 100% 분류됨
4.1%비중
#05
github-secops-agent
skills 13개 · 2026년 4월 16일
정보 보안 분석가소프트웨어 개발자네트워크·컴퓨터 시스템 관리자소프트웨어 품질 보증 분석가·테스터프로젝트 관리 전문가
직업 카테고리 5개 · 100% 분류됨
3.8%비중
#06
agentlint
skills 13개 · 2026년 2월 23일
소프트웨어 개발자기타 컴퓨터 관련 직업소프트웨어 품질 보증 분석가·테스터정보 보안 분석가
직업 카테고리 4개 · 100% 분류됨
3.8%비중
#07
llmops-demo-ts
skills 12개 · 2026년 4월 3일
소프트웨어 개발자소프트웨어 품질 보증 분석가·테스터정보 보안 분석가프로젝트 관리 전문가네트워크·컴퓨터 시스템 관리자웹·디지털 인터페이스 디자이너
직업 카테고리 6개 · 100% 분류됨
3.5%비중
#08
dbt-heroes
skills 12개 · 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개 표시