Skip to main content

저장소 탐색

yu-iskw · 저장소와 대표 skills - 2페이지

49개 GitHub 저장소에서 수집된 340개 skills를 저장소 단위로 보여줍니다.

#13yu-iskw/openspec-skills10 skills
#14yu-iskw/agent-platform-demo10 skills
build-and-fixBuild 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.check-directory-structureInspect 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…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.improve-claude-configSelf-improvement skill for evolving Claude Code configuration. Use when you notice repeated mistakes, want to add new workflows, or optimize the development experience.lint-and-fixRun 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.node-upgradeSafely upgrade Node.js dependencies in pnpm workspaces. Use when asked to "upgrade dependencies", "update packages", "check for updates", or fix version mismatches.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.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.
#15yu-iskw/dbt-helpers10 skills
manage-adrManage Architecture Decision Records (ADRs) using adr-tools. Use this to initialize, create, list, and link ADRs to document architectural evolution.dbt-helpers-plugin-scaffoldScaffold and standardize new dbt-helpers plugins (Warehouse, Tool, or Schema). Use when starting a new plugin implementation or updating plugin discovery configuration.implement-agent-skillsComprehensive workflow for creating, implementing, and validating Agent Skills. Use when asked to "create a new skill", "author a skill", "add a capability", or when standardizing project-specific workflows. Support for platform detection (Cursor, Claude…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.dbt-helpers-golden-e2eImplement and run End-to-End tests using golden output comparison. Use when verifying CLI behavior, plan generation, or full project execution.dbt-helpers-integration-testcontainersSet up and run integration tests using Testcontainers. Use when testing warehouse adapters against real database engines or verifying filesystem-dependent operations.dbt-helpers-nullable-testingImplement and use Nullable Infrastructure adapters for mock-free testing. Use when writing unit tests for core logic, implementing infrastructure adapters, or setting up test fixtures.dbt-helpers-path-policyManage and enforce path templating and naming conventions in dbt-helpers. Use when implementing PathPolicy, defining template variables, or configuring warehouse-specific defaults.
#16yu-iskw/agentic-workloads10 skills
#17yu-iskw/meta-agent-skills9 skills
#18yu-iskw/coding-agent-fabric9 skills
#19yu-iskw/lightdash-tools9 skills
generate-openapi-typesGenerate or refresh TypeScript types from the Lightdash OpenAPI spec. Use this skill whenever the user asks to regenerate API types, update types from Lightdash, sync types with the swagger spec, or when types are out of date—even if they phrase it loosely…sync-openapi-typesRegenerate the Lightdash OpenAPI TypeScript types from the upstream swagger.json, then build and run tests to verify nothing regressed. Use when Lightdash releases new API versions, when type errors reference missing or changed endpoints, or when the…develop-mcp-server-tsStandardized workflow for building MCP servers in TypeScript. Use when building or extending an MCP server with the official TypeScript SDK (tools, resources, prompts), adding tool annotations (title, readOnlyHint, etc.), choosing Stdio vs Streamable HTTP…gen-mcp-toolScaffold a new Lightdash MCP tool module following the project's established patterns. Use when adding a new domain tool file to packages/mcp/src/tools/ and wiring it into profile mounts. Provide the resource name (e.g. "validations", "ai-agents") and the…lint-and-fixRun 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.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-adrManage Architecture Decision Records (ADRs). Use this to initialize, create, list, and link ADRs to document architectural evolution. Requires 'adr-tools' to be installed.manage-package-versionsConsistently manage package versions across the monorepo using pnpm and changie. Use when bumping versions, preparing releases, or syncing versions.
#20yu-iskw/skill-lab8 skills
#21yu-iskw/second-brain-plugin8 skills
#22yu-iskw/github-security-report-plugin8 skills
gh-auth-securityCheck GitHub CLI authentication and scopes for security alert APIs. Use when gh api security endpoints return 403/404 or before fetching Dependabot, code scanning, or secret scanning alerts.aggregate-security-reportMerge normalized envelopes from fetch-dependabot-alerts, fetch-code-scanning-alerts, and fetch-secret-scanning-alerts into one JSON summary and Markdown report. Use after fetch skills complete. Does not call gh.fetch-code-scanning-alertsList and normalize code scanning alerts (CodeQL, SARIF) for a GitHub organization or repository using gh api. Use when the user asks for code scanning, SAST, or CodeQL alerts for an org or repo.fetch-dependabot-alertsList and normalize Dependabot alerts for a GitHub organization or repository using gh api. Use when the user asks for dependency vulnerabilities, Dependabot alerts, GHSA, or CVE data for an org or repo.fetch-secret-scanning-alertsList and normalize secret scanning alerts for a GitHub organization or repository using gh api. Use when the user asks for leaked secrets, secret scanning, or token exposure for an org or repo.security-authCheck gh auth and org access before security fetches. Use when gh returns 403/404 or before first report on an org.security-repo-reportSecurity report for one repository (all three alert types). Use when the user names owner/repo.security-reportFull org security report (Dependabot, code scanning, secret scanning). Use when the user wants an organization security overview or open-alert summary.
#23yu-iskw/sqlfluff-agent-plugins7 skills
#24yu-iskw/dbt-bigquery-federation6 skills
test-and-fixAutonomously run tests, analyze failures, and fix them for this dbt package (Postgres Jinja engine, nested integration_tests). Use make run-unit-tests and make run-integration-tests from the repo root unless the user specifies otherwise.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…implement-dbt-package-featureImplement or extend features in a macro-first dbt package (e.g. dbt-package-template), including public macro surfaces, docs, nested integration_tests, and verification via make run-unit-tests / make run-integration-tests. Use when a change spans more than a…initialize-dbt-packageRename the dbt package identity after copying dbt-package-template—dbt_project.yml name, adapter.dispatch macro_namespace, Jinja refs, integration_tests project, Docker/CI defaults, docs, and skill examples. Use when forking the template, initializing a new…