lint-fixRun formatting and linting via Makefile (make format, make lint).implement-agent-skillsImplement and maintain Claude Agent Skills with valid SKILL.md frontmatter, focused instructions, and progressive disclosure.implement-agent-teamsSet up and validate Claude agent team configurations, collaboration flows, and operator guidance for team-based execution.implement-claude-extensionsChoose and implement the right Claude extension type by comparing hooks, skills, sub-agents, agent teams, and plugin packaging patterns.implement-sub-agentsCreate and validate Claude sub-agent definitions with correct frontmatter, tool permissions, and delegation boundaries.plugin-verificationVerify Claude extensions and plugins across hooks, skills, sub-agents, teams, manifest, structure, runtime loading, and CI parity.
リポジトリエクスプローラー
yu-iskw · リポジトリと代表的な skills - 3ページ
49 件の GitHub リポジトリにある 340 件の収集済み skills をリポジトリ単位で表示します。
draw-diagrams-with-mermaidGenerate diagrams from Mermaid syntax. Uses a markdown-based flow, defaults to PNG, and requires double-quoted labels.setup-dev-envSet 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.manage-changelogManage changelogs using Changie. Provides tools to initialize, add change fragments, batch releases, and merge version notes.plan-tasksGeneral-purpose planning skill to break down complex goals into atomic, verifiable units of work. Independent of specific tracking tools.vibe-kanban-managementSync verified plans to Vibe Kanban, manage board state, and coordinate task assignment for parallel execution.vibe-kanban-task-executionExecute a specific Vibe Kanban task. Handles session start, coding, testing, and completion for single-task focused work.
frontend-designGuidance for distinctive, intentional visual design when building new UI or reshaping an existing one. Helps with aesthetic direction, typography, and making choices that don't read as templated defaults.ui-skills-rootUse before UI-related work to select the smallest useful UI Skills context through the configured ui-skills MCP server or, when unavailable, the ui-skills CLI.frontend-ui-engineeringBuilds production-quality, accessible, responsive user-facing UIs. Use when building or modifying interfaces and pages, creating components, implementing layouts, meeting WCAG accessibility requirements, managing state, or when the output needs to look and…dogfood-webRun Playwright web e2e, then read the PNG screenshots and fail the operator bar (IDs, ISO instants, tab h1, postage-stamp map, livesIn-only graph, CSS shout). Use after web UI, graph canvas, extract/Inspect, Capture/Recall copy, or dogfood work. Do not use…initialize-projectInitialize a new project from the TypeScript template by updating package metadata, package names, and README placeholders while preserving repository invariants such as the existing license unless the user explicitly requests a change.
clean-projectPerform 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.initialize-projectInitialize a new project from the Rust workspace template by renaming workspace members, updating Cargo metadata, and cleaning up documentation. Use when starting a new project, bootstrapping from this template, or setting up a fresh repository.pr-workflowComplete pull request workflow from feature branch creation to PR submission. Use when starting a new feature, fixing a bug, or preparing code for review.security-vulnerability-auditWorkflow for auditing security vulnerabilities using Trunk (Trivy and OSV-scanner). Use when checking for project vulnerabilities, hard-coded secrets, or repairing security flaws.test-and-fixRun 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.
greeting-helperUse this skill when the user wants a warm, structured greeting or introduction.triage-helperPlaybook for classifying support requests into answer, escalate, ticket, or no-action.greeting-helperUse this skill when the user wants a warm, structured greeting or introduction.mcp-guideUse this skill when explaining how MCP tools are declared and governed in AgentKit.
lint-and-fixRun linters and fix violations using Trunk, run Vulture (`make vulture`), fall back to `npx --yes @trunkio/launcher` when `trunk` is missing, and use a Python-first Trunk scope when networks or sandboxes block full `check -a`. Use when code quality checks…setup-dev-envSet 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.github-api-contract-researchProduce source-linked, implementation-ready contracts for GitHub REST and GraphQL operations (endpoint/operation shape, installation auth and permissions, pagination, rate limits, error semantics, helper-vs-fallback mapping, drift detection) to drive…github-webhook-event-researchProduce source-linked, implementation-ready contracts for GitHub webhook deliveries and event payloads (transport headers, X-Hub-Signature-256 verification, qualified event naming, per-event action research, typed-context mapping, redelivery, drift detection)…
implement-claude-extensionsChoose and implement the right Claude extension type by comparing hooks, skills, sub-agents, agent teams, and plugin packaging patterns.implement-codex-pluginPackage and distribute Codex plugins with schema-safe manifests, skills, app config, marketplace assets, and release-ready validation.implement-cursor-pluginPackage and distribute Cursor plugins with schema-safe manifests, rules, skills, MCP wiring, and release-ready validation.implement-pluginPackage and distribute Claude Code plugins with schema-safe manifests, canonical layout, component wiring, and release-ready validation.
dbt-version-upgradeBump supported dbt-core versions in this package—update pyproject.toml dependency groups, noxfile_core.py session matrix, GitHub Actions CI matrix, and dbt_project.yml requires-dbt-version. Use when adding support for a new dbt-core minor release or dropping…implement-dbt-macroImplement or refactor dbt Jinja macros for macro-first dbt packages (e.g. dbt-package-template with Postgres/DuckDB, ubie-oss/dbt-data-privacy). Document public macros for dbt docs in macros/properties.yml. Use when adding adapter-dispatched macros, codegen…implement-dbt-macro-unit-testAdd or update macro-runner unit tests in nested integration_tests projects (mirrored paths under macros/tests/ in dbt-package-template), test_<macro>() files, aggregator registration, and verification via make run-unit-tests or dbt run-operation. Use when…test-and-fixAutonomously run tests, analyze failures, and fix them for this dbt package template (Postgres and DuckDB, nested integration_tests). Use make run-unit-tests and make run-integration-tests from the repo root unless the user specifies otherwise.
integration-test-fixerAutomatically run and fix integration tests for coding agent configurations.deploy-configsDeploy and activate agent-specific configurations (settings, hooks, rules) from the repository to the local environment via symlinks.lint-fixFormats, lints, and auto-fixes codebase using Trunk via Makefile. Use this skill when you need to format code, fix lint errors, run the formatter, or run the linter.update-agent-configsResearch and update secure configuration files for Cursor, Claude Code, Codex, Gemini CLI, Antigravity, and GitHub Copilot CLI. Use when asked to update agent settings or refresh sandbox security practices.
codeql-fixRun CodeQL security/quality analysis and fix findings. Use when the user asks to run CodeQL, security scan, static analysis, or fix CodeQL findings.security-scanScan for vulnerable dependencies and CVEs via pnpm lint:security (Trunk Trivy/OSV-scanner), optional pnpm security:grype or pnpm lint:all (Trunk-all plus Grype). Use for dependency CVE checks, security-scoped lint, or post-bump verification.lint-and-fixRun ESLint (type-aware fixes and checks) then Trunk for formatting and remaining linters. Use when code quality checks fail, before submitting PRs, or to repair broken linting states.
claude-agent-sdkDevelop TypeScript code using Claude Agent SDK v1 (`query()` with sandbox + MCP) with a repo-consistent verification loop.research-flightGenerate structured flight options from origin/destination for trip-planning (best-effort live WebFetch + heuristic fallback).research-hotelGenerate structured hotel options from destination and stay preferences for trip-planning (best-effort live WebFetch + heuristic fallback).
dbt-parser-refreshRefreshes dbt artifact schemas from dbt-labs/dbt-core and regenerates Pydantic parser classes. Use when the user asks to update parsers, sync with upstream, download dbt schemas, or regenerate parser models.package-version-bumpBumps the dbt-artifacts-parser package semver, prepares a PyPI release, and aligns GitHub Releases with __version__. Use when the user asks to bump the library version, prepare a release, tag a version, or ship to PyPI—not for upgrading project dependencies…