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

agentic-data-engineering

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

수집된 skills
13
Stars
19
업데이트
2026-04-13
Forks
0
직업 범위
직업 카테고리 7개 · 100% 분류됨
저장소 탐색

이 저장소의 skills

create-rest-api-pipeline
소프트웨어 개발자

Create a dlt REST API pipeline to run as a Tower app. Use for the rest_api core source, or any generic REST/HTTP API source. Not for sql_database or filesystem sources.

2026-04-13
data-analyst-explore
데이터 과학자

Explore and profile loaded data from a data consumer perspective. Scores 5 dimensions (completeness, freshness, consistency, queryability, discoverability). Absorbs validate-data. Modes — PROFILE (automated after load), VALIDATE (cross-reference against source), EXPLORE (interactive queries). Routes issues to responsible persona.

2026-04-13
debug-pipeline
소프트웨어 품질 보증 분석가·테스터

Debug and inspect a Tower app after running it. Supports dlt pipelines, ASGI apps, and plain Python scripts. Use after a run (success or failure) to inspect logs, diagnose errors, and fix issues.

2026-04-13
find-destination
소프트웨어 개발자

Find a dlt destination for a given storage provider. Use when the user asks about a destination, wants to find a connector, or asks to implement a pipeline for a specific data destination.

2026-04-13
find-source
소프트웨어 개발자

Find a dlt source for a given API or data provider. Use when the user asks about a source, wants to find a connector, or asks to implement a pipeline for a specific data source.

2026-04-13
gather-context
소프트웨어 개발자

Detect existing project stack, learn conventions from code, and produce a project profile. Run before other skills to give them richer context, or let skills invoke it automatically when no profile exists.

2026-04-13
init-tower-app
소프트웨어 개발자

Create a Tower app — either a hello-world scaffold (greenfield) or a wrapper around existing Python pipeline code.

2026-04-13
plan-business-analyst-review
경영 분석가

Review data app requirements from a business analyst perspective. Auto-detects intent — SCOPE CHECK (30s) for high-intent users, DISCOVERY (5min, 6 scored dimensions) for low-intent. Gates entry into pipeline development. Use before find-source or when adding endpoints.

2026-04-13
plan-data-architect-review
데이터베이스 아키텍트

Review data model design for schema quality, dimensional modeling, and dbt best practices. Scores 6 dimensions (key integrity, normalization, naming, type correctness, join readiness, evolution safety). Modes — PRE-LOAD (config review), POST-LOAD (materialized schema), MODEL (dbt dimensional modeling). Use when schema quality needs deeper review.

2026-04-13
plan-data-engineer-review
소프트웨어 개발자

Review a Tower data app for reliability and production readiness. Scores 5 gradient dimensions (incremental strategy, error resilience, resource efficiency, observability, test coverage) + 6 pass/fail checks. Modes — DEV REVIEW (read-only), PROD READINESS (makes changes, absorbs adjust-endpoint), INCIDENT (root cause), OPTIMIZATION (performance). Use after debug-pipeline or before tower_deploy.

2026-04-13
plan-ops-review
네트워크·컴퓨터 시스템 관리자

Pre-deploy operational review for a Tower data app. Scores 4 dimensions (schedule appropriateness, failure recovery, cost awareness, monitoring) + 3 pass/fail checks (Towerfile resources, schedule configured, runbook). Single mode — PRE-DEPLOY. Use before tower_deploy.

2026-04-13
plan-security-review
정보 보안 분석가

Review credential handling, data sensitivity, and access control for a Tower data app. 5 pass/fail checks + 2 scored dimensions (PII awareness, secret rotation readiness). Modes — AUDIT (before first deploy), INCIDENT (credential compromise response). Use before tower_deploy or when credential issues arise.

2026-04-13
setup-secrets
소프트웨어 개발자

Safely manage secrets as runtime environment variables. Use when the user directly asks to set up, configure, or inspect credentials (API keys, database passwords, tokens). Do NOT use when in need for reading secrets, for pipeline creation, source discovery, or debugging pipeline execution — those skills call setup-secrets when they need credentials configured.

2026-04-13