Skip to main content
Manus에서 모든 스킬 실행
원클릭으로
GitHub 저장소

dataspoke-baseline

dataspoke-baseline에는 selhorys에서 수집한 skills 19개가 있으며, 저장소 수준 직업 범위와 사이트 내 skill 상세 페이지를 제공합니다.

수집된 skills
19
Stars
15
업데이트
2026-07-21
Forks
1
직업 범위
직업 카테고리 3개 · 100% 분류됨
저장소 탐색

이 저장소의 skills

datahub-api
소프트웨어 개발자

Reference and coding guide for DataHub integration in backend development. Use when implementing or debugging code that touches DataHub — entities (datasets, dashboards, charts), aspects (ownership, tags, domains, glossary terms, structured properties), lineage, assertions, URNs, ingestion/emission, GraphQL, REST, or the acryl-datahub Python SDK. Also answers data-modeling questions and helps choose native DataHub features vs custom extensions. Trigger this skill whenever a task involves DataHub metadata, lineage, ingestion, or any DataHub API surface, even without explicit mention of "API".

2026-07-21
k8s-deploy
네트워크·컴퓨터 시스템 관리자

Drive the helm-charts/bin/ install/uninstall/build/health scripts for both dev and prod profiles — configure, install, reinstall, uninstall, health-check, and rebuild-the-API / rebuild-the-frontend. The dev profile installs umbrella chart + peripherals (nginx-ingress, DataHub, Langfuse, dummy data, dev-lock) and auto-seeds peripheral connection config via the admin API. The prod profile installs the umbrella chart only; operator wires peripherals via /api/v1/admin/peripherals/*.

2026-07-21
test-manual-ui
소프트웨어 품질 보증 분석가·테스터

Walk a single api-wired UC scenario through the browser UI manually: for each step in the source test file, print the UI gesture (page + action), ask you to perform it and report what you observed, then independently probe the backend (REST read-back, DB rows, DataHub aspects, k8s secrets) to confirm the side effect fired. The human-driven sibling of the automated `tests/e2e/` use-case group — same scenarios, with a human at the browser. Optional argument `scope` selects the case (free-form: "UC1", "UC1 Case 2", "passive kafka", filename fragment, etc.).

2026-06-30
spec-sync-with-impl
소프트웨어 개발자

Bidirectional sync between DataSpoke specs and implementation. Accepts a preset scope (prauto, ai-scaffold, k8s-deploy, helm-charts, api, ref, backend, frontend, all) or a free-form description of an area (e.g., "recently developed backend ingestion secret resolution"). Audits the scope, reports the gaps, asks the user which direction to resolve each gap (spec→impl, impl→spec, or leave-as-flagged), then applies the chosen edits. Trigger when specs and code may have drifted apart and the user wants them reconciled.

2026-06-28
ref-setup
소프트웨어 개발자

Download AI reference materials (external source code for AI assistant reference). Offers individual or all references.

2026-06-27
spec-write
소프트웨어 개발자

Author timeless specification documents under spec/ (top-level or spec/feature/<FEATURE>.md) following the project hierarchy, naming conventions, and templates. Use when the user asks to write, design, or document a DataSpoke feature, component, or architectural decision as a reference spec. Do NOT use for implementation plans — those live in GitHub issues/PRs and are produced by native Plan mode or PRauto.

2026-06-26
dataspoke-access
소프트웨어 개발자

Connect this plugin to a deployed DataSpoke and verify access. Use to point Claude at a DataSpoke deployment (API base URL + dsk_ API token), mint a token from email/password, or check who you are and what role you hold. Prerequisite for every other dataspoke-* skill — run this first, or when calls start returning 401.

2026-06-26
dataspoke-validation
소프트웨어 개발자

Manage DataSpoke validation (UC2) and author validation routines into your own data pipeline. Use to register/edit a dataset's validation slot, post or query results, browse the cross-dataset list — and, the flagship capability, to generate a validation routine (compute metrics, fetch baseline, forecast, decide score, POST result) into the engineer's pipeline script. Triggers on "add a validation routine", "validate table X", "register validation metrics".

2026-06-26
k8s-work
네트워크·컴퓨터 시스템 관리자

Manage the Kubernetes development cluster — health checks, continuous monitoring, kubectl/helm operations, and troubleshooting.

2026-06-25
test-manual-api-wired
소프트웨어 품질 보증 분석가·테스터

Walk a single api-wired UC scenario manually: read the source test file, print each REST request, ask for approval, fire it, print the response, and probe side effects (DB rows, DataHub aspects, k8s secrets). Optional argument `scope` selects the case (free-form: "UC1", "UC1 Case 2", "passive kafka", filename fragment, etc.).

2026-06-25
dataspoke-governance
소프트웨어 개발자

Answer questions about DataSpoke Governance metrics (UC5) on a deployed instance and make read calls against its public API. Stub — knows the route prefix and points at the deployment's live OpenAPI reference; not yet a full metric-authoring workflow. Use for "what does governance expose" or basic reads.

2026-06-16
dataspoke-ingestion
소프트웨어 개발자

Manage DataSpoke ingestion sources (UC1) on a deployed instance — list and inspect sources, create or edit ACTIVE_CUSTOM_MANAGED and PASSIVE sources, trigger dry-run and real extractor runs, and review run history, emitted datasets, and the unmanaged bucket. Use for any "register/check ingestion" or "is this dataset ingested" question. Answers questions and, on request, writes and fires the API calls.

2026-06-16
dataspoke-metagen
소프트웨어 개발자

Answer questions about DataSpoke Metadata Generation (UC4) on a deployed instance and make read calls against its public API. Stub — knows the route prefix and points at the deployment's live OpenAPI reference; not yet a full authoring/review workflow. Use for "what does metagen expose" or basic reads.

2026-06-16
dataspoke-ontogen
소프트웨어 개발자

Answer questions about DataSpoke Ontology Generation (UC3) on a deployed instance and make read calls against its public API. Stub — knows the route prefix and points at the deployment's live OpenAPI reference; not yet a full authoring workflow. Use for "what does ontogen expose" or basic reads.

2026-06-16
spec-harmonize
소프트웨어 개발자

Propagate spec changes to sibling/parent specs and harness docs. Use when a spec is created, modified, or deleted and dependent documents need updating — including updating references in ARCHITECTURE.md, README.md, CLAUDE.md, or USE_CASE; adding new specs to feature mapping tables; fixing cross-references between related specs; or removing dead links. Invoke this skill whenever you need to "update parent/sibling spec references", "keep specs consistent", or "propagate changes up/down the spec hierarchy", even without an explicit user request.

2026-06-15
prauto-run-heartbeat
소프트웨어 개발자

Test-run the prauto heartbeat script and monitor its progress. Diagnoses and fixes script errors on failure.

2026-06-10
spec-reduce
소프트웨어 개발자

Audit and trim bloated specs, AI scaffold docs, and READMEs. Removes implementation details (code blocks, directory trees, method signatures), eliminates duplication across document tiers, and ensures each document stays at its appropriate abstraction level. Use when documents have grown fat from development iterations and need trimming back to architecture, decisions, and constraints.

2026-06-10
spec-to-bulk-issue
소프트웨어 개발자

Analyze spec documents to find unimplemented components, write ordered issue tickets as markdown files in issues/, revise existing issue files against current specs and implementation, and optionally register them to GitHub with the prauto:ready label. Use when the user wants to bulk-create implementation issues from specs, or revise existing issues.

2026-06-10
prauto-check-status
소프트웨어 개발자네트워크·컴퓨터 시스템 관리자

Query GitHub to display prauto-managed issues and PRs across lifecycle labels (ready, wip, plan-review, review, done, failed) and predict the next heartbeat action. Use when the user asks about prauto work status, backlog, specific issue pickup, failed jobs, PR approval/merge readiness, reviewer feedback, quota-pause state, or wants a status dashboard.

2026-03-07