Skip to main content
dtsong
GitHub 제작자 프로필

dtsong

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

수집된 skills
282
저장소
7
업데이트
2026-07-15
저장소 지도

skills가 있는 위치

수집된 skill 수가 많은 주요 저장소와 이 제작자 카탈로그 내 비중, 직업 분포를 보여줍니다.

#01
my-claude-setup
skills 132개 · 2026-07-15
소프트웨어 개발자정보 보안 분석가소프트웨어 품질 보증 분석가·테스터시장조사 분석가·마케팅 전문가기타 컴퓨터 관련 직업네트워크·컴퓨터 시스템 관리자
직업 카테고리 17개 · 100% 분류됨
47%비중
#02
claude-code-windows-setup
skills 102개 · 2026-03-18
소프트웨어 개발자정보 보안 분석가웹·디지털 인터페이스 디자이너소프트웨어 품질 보증 분석가·테스터네트워크·컴퓨터 시스템 관리자시장조사 분석가·마케팅 전문가
직업 카테고리 13개 · 100% 분류됨
36%비중
#03
agentic-council
skills 21개 · 2026-05-06
소프트웨어 개발자회계사 및 감사원웹·디지털 인터페이스 디자이너정보 보안 분석가프로젝트 관리 전문가데이터 과학자
직업 카테고리 10개 · 100% 분류됨
7.4%비중
#04
my-opencode-codex-setup
skills 12개 · 2026-02-11
소프트웨어 개발자정보 보안 분석가프로젝트 관리 전문가
직업 카테고리 3개 · 100% 분류됨
4.3%비중
#05
accounting-skills
skills 7개 · 2026-05-19
소프트웨어 개발자회계사 및 감사원
직업 카테고리 2개 · 100% 분류됨
2.5%비중
#06
claude-code-wsl-setup
skills 5개 · 2026-03-18
소프트웨어 개발자정보 보안 분석가
직업 카테고리 2개 · 100% 분류됨
1.8%비중
#07
skill-governance
skills 3개 · 2026-04-05
소프트웨어 개발자고객 서비스 담당자
직업 카테고리 2개 · 100% 분류됨
1.1%비중
저장소 탐색

저장소와 대표 skills

interaction-design
웹·디지털 인터페이스 디자이너

Use when designing component interaction specs with visual states, transitions, and accessibility requirements. Covers state matrices, responsive behavior, ARIA compliance, and content constraints. Do not use for multi-step user journey mapping (use journey-mapping).

2026-07-15
journey-mapping
웹·디지털 인터페이스 디자이너

Use when mapping complete user journeys through multi-step flows, onboarding sequences, or feature workflows. Covers entry points, happy paths, alternate paths, error states, friction analysis, and delight opportunities. Do not use for individual component interaction specs (use interaction-design).

2026-07-15
codebase-context
소프트웨어 개발자

Use when analyzing an existing codebase for architecture, tech stack, conventions, and infrastructure. Covers project structure mapping, data model discovery, integration point cataloging, and constraint identification. Do not use for schema changes (use schema-design) or API contract definition (use api-design).

2026-07-15
documentation-plan
소프트웨어 개발자

Use when designing documentation architecture for a project or team. Covers audience mapping, Diataxis framework classification, onboarding path design, format and location decisions, documentation testing, and maintenance scheduling. Do not use for recording individual architecture decisions (use adr-template) or creating versioned changelogs (use changelog-design).

2026-07-15
pattern-analysis
소프트웨어 개발자

Use when auditing codebase patterns or evaluating proposed changes for convention consistency. Covers file naming, component patterns, data fetching, state management, and type conventions. Do not use for test plan design or coverage targets (use testing-strategy).

2026-07-15
data-classification
정보 보안 분석가

Use when classifying data elements by sensitivity tier and defining per-tier handling requirements. Covers data inventory, sensitivity classification, PII flow mapping, encryption and masking specifications, and cross-boundary transfer documentation. Do not use for regulatory gap analysis (use compliance-review) or audit logging design (use audit-trail-design).

2026-07-15
prompt-engineering
소프트웨어 개발자

Use when designing, evaluating, or versioning system prompts for LLM-powered features. Covers instruction structure, chain-of-thought patterns, output format constraints, few-shot example selection, and prompt versioning strategy. Do not use for RAG pipeline design (use rag-architecture) or AI evaluation frameworks (use ai-evaluation).

2026-07-15
competitive-analysis
시장조사 분석가·마케팅 전문가

Use when designing features that exist in competing products or analyzing prior art in the market. Covers feature mapping, UX evaluation, technical trade-off assessment, and differentiation opportunity identification. Do not use for evaluating individual libraries (use library-evaluation) or assessing technology maturity (use technology-radar).

2026-07-15
이 저장소에서 수집된 skills 132개 중 상위 8개를 표시합니다.
code-search
소프트웨어 개발자

Fast codebase searches using grep/glob. Triggers on "find", "search", "where is", "grep for".

2026-03-18
dbt-skill
소프트웨어 개발자

Use when working with dbt (data build tool) - creating models, writing tests, CI/CD pipelines, materializations, sources, staging/intermediate/marts layers, Snowflake/BigQuery warehouse configuration, incremental strategies, Jinja macros, data quality, semantic layer, or making analytics engineering decisions

2026-03-18
git-workflows
소프트웨어 개발자

Local git operations for syncing, branching, merging, and conflict resolution

2026-03-18
github-workflow
소프트웨어 개발자

GitHub interactions for issues, PRs, releases, and repository management

2026-03-18
prompt-wizard
소프트웨어 개발자

Interactive wizard to craft effective prompts using Claude Code best practices

2026-03-18
tdd
소프트웨어 품질 보증 분석가·테스터

Test-driven development reference for writing good tests, designing testable interfaces, mocking at system boundaries, and refactoring after green. Use when writing tests, reviewing test quality, or applying red-green-refactor workflow. Not for running test suites or CI configuration — use language-conventions or cicd-generation for those.

2026-03-18
terraform-skill
네트워크·컴퓨터 시스템 관리자

Use when working with Terraform or OpenTofu - creating modules, writing tests (native test framework, Terratest), setting up CI/CD pipelines, reviewing configurations, choosing between testing approaches, debugging state issues, implementing security scanning (trivy, checkov), or making infrastructure-as-code architecture decisions

2026-03-18
web-security-hardening
정보 보안 분석가

Security audit checklist for web applications. Use when reviewing, auditing, or hardening a web app's security posture. Covers rate limiting, auth headers, IP blocking, CORS, security middleware, input validation, file upload limits, ORM usage, and password hashing. Triggers on requests like "review security", "harden this app", "security audit", "check for vulnerabilities", or when building/reviewing API endpoints.

2026-03-18
이 저장소에서 수집된 skills 102개 중 상위 8개를 표시합니다.
finance-close-checklist
회계사 및 감사원

Use when orchestrating monthly or quarterly close. Covers the close calendar, sub-ledger cutoffs, accruals, reclass entries, and post-close review. Do not use for individual reconciliations (use finance-reconciliation) or journal-entry construction (use finance-journal-entries).

2026-05-06
finance-controls-audit
회계사 및 감사원

Use when testing a SOX 404 control or designing a controls walkthrough. Covers control description, design effectiveness, operating effectiveness, deficiency evaluation, and remediation. Do not use for evidence-package preparation (use finance-evidence-package — Phase 3+).

2026-05-06
finance-journal-entries
회계사 및 감사원

Use when constructing a GAAP/IFRS journal entry from facts. Covers debit/credit selection, account coding, sub-ledger impact, and supporting memo. Do not use for reconciliation (use finance-reconciliation) or close orchestration (use finance-close-checklist).

2026-05-06
finance-reconciliation
회계사 및 감사원

Use when reconciling a balance-sheet account during the close cycle. Covers sub-ledger to GL ties, intercompany eliminations, exception triage, and audit-ready documentation. Do not use for journal-entry construction (use finance-journal-entries) or close orchestration (use finance-close-checklist).

2026-05-06
finance-tax-research
세금 신고 대리인

Use when answering a federal, state, or international tax question that requires authoritative research. Covers IRC, Treasury Regs, Rev Rul/Proc, case law, and applicable treaty positions. Do not use for tax-provision computation (use finance-provision — Phase 3+).

2026-05-06
finance-variance-analysis
재무 및 투자 분석가

Use when explaining actual-vs-plan or actual-vs-prior variance with commentary. Covers volume/price/mix decomposition, run-rate impact, and management commentary. Do not use for forecast revision (use finance-forecast-update — Phase 3+) or close orchestration (use finance-close-checklist).

2026-05-06
interaction-design
웹·디지털 인터페이스 디자이너

Use when designing component interaction specs with visual states, transitions, and accessibility requirements. Covers state matrices, responsive behavior, ARIA compliance, and content constraints. Do not use for multi-step user journey mapping (use journey-mapping).

2026-05-05
journey-mapping
웹·디지털 인터페이스 디자이너

Use when mapping complete user journeys through multi-step flows, onboarding sequences, or feature workflows. Covers entry points, happy paths, alternate paths, error states, friction analysis, and delight opportunities. Do not use for individual component interaction specs (use interaction-design).

2026-05-05
이 저장소에서 수집된 skills 21개 중 상위 8개를 표시합니다.
이 저장소에서 수집된 skills 12개 중 상위 8개를 표시합니다.
bank-rec
소프트웨어 개발자

Performs bank reconciliations between a bank statement export and GL cash detail. Use when the user provides a bank statement file (CSV, XLSX, or PDF) and a GL cash detail file and asks to reconcile, match transactions, identify outstanding items, or produce a bank rec workpaper. Outputs a matched/unmatched workbook, aged reconciling items, proposed adjusting JEs, and an evidence table.

2026-05-19
firm-config
소프트웨어 개발자

Loads firm-specific accounting configuration including chart of accounts, materiality thresholds, close calendar, approval matrix, and standard mappings. Use at the start of any workflow that needs to apply firm-specific rules rather than generic accounting conventions.

2026-05-19
flux-analysis
소프트웨어 개발자

Performs month-end flux/variance analysis against prior period and budget. Use when the user provides a trial balance and asks to analyze variances, explain fluxes, produce variance commentary, or build a flux workpaper. Applies firm materiality thresholds, calculates dollar and percent changes, categorizes variance type, drafts explanations where support exists, and generates targeted preparer questions where it doesn't.

2026-05-19
je-review
소프트웨어 개발자

Reviews proposed journal entries for posting readiness. Use when the user provides a list or file of journal entries and asks to review, validate, check for errors, or approve for posting. Verifies debit/credit balance, account coding, support adequacy, memo quality, period appropriateness, duplicate risk, and unusual patterns. Classifies each entry as ready, needs clarification, or reject.

2026-05-19
pbc-package
소프트웨어 개발자

Maps audit PBC request lists to support files, identifies gaps, drafts auditor responses, and assembles audit-ready evidence packages. Use when the user provides a PBC request list and a folder of support files and asks to match support to requests, identify missing items, flag duplicates or orphaned files, or draft responses to the auditor.

2026-05-19
prepaid-schedule
소프트웨어 개발자

Builds and maintains prepaid expense amortization schedules. Use when the user provides vendor invoices, service period information, or an existing prepaid template and asks to extract prepaid items, build amortization schedules, calculate monthly expense, or generate journal entries for prepaid recognition and amortization. Produces a formula-driven schedule, not hardcoded tables.

2026-05-19
workpaper-standards
회계사 및 감사원

Use whenever producing an accounting workpaper, schedule, reconciliation, journal entry, or audit deliverable. Defines firm formatting conventions, the evidence-table requirement, journal entry templates, and the standard for source tie-outs. Required dependency for bank-rec, flux-analysis, prepaid-schedule, pbc-package, and je-review skills.

2026-05-19
git-workflows
소프트웨어 개발자

Local git operations for syncing, branching, merging, and conflict resolution

2026-03-18
github-workflow
소프트웨어 개발자

GitHub interactions for issues, PRs, releases, and repository management

2026-03-18
soc-security-skills
정보 보안 분석가

Use this skill when performing hardware security analysis for System-on-Chip components — threat modeling, verification scaffolding, compliance mapping, executive briefing, microarchitectural attack analysis, physical side-channel assessment, kernel security analysis, emerging hardware security, or TLA+ formal specification. Routes to the appropriate specialist. Trigger phrases include "threat model my SoC", "run STRIDE analysis", "generate SVA assertions", "compliance check against FIPS", "executive summary of findings", "Spectre analysis for cache", "DPA attack assessment", "kernel hardening review", "PQC hardware review", "TLA+ spec for access control". Do NOT use for software-only security, network security, or web application security.

2026-03-18
terraform-skill
소프트웨어 개발자

Use when working with Terraform or OpenTofu - creating modules, writing tests (native test framework, Terratest), setting up CI/CD pipelines, reviewing configurations, choosing between testing approaches, debugging state issues, implementing security scanning (trivy, checkov), or making infrastructure-as-code architecture decisions

2026-03-18
web-security-hardening
정보 보안 분석가

Security audit checklist for web applications. Use when reviewing, auditing, or hardening a web app's security posture. Covers rate limiting, auth headers, IP blocking, CORS, security middleware, input validation, file upload limits, ORM usage, and password hashing. Triggers on requests like "review security", "harden this app", "security audit", "check for vulnerabilities", or when building/reviewing API endpoints.

2026-03-18
저장소 7개 중 7개 표시
모든 저장소를 표시했습니다