Skip to main content
dtsong
GitHub クリエイタープロフィール

dtsong

7 件の GitHub リポジトリにある 282 件の収集済み skills をリポジトリ単位で表示します。

収集済み skills
282
リポジトリ
7
更新
2026-07-15
リポジトリマップ

skills がある場所

収集済み skill 数が多いリポジトリを、このクリエイターカタログ内の比率と職業範囲とともに表示します。

#01
my-claude-setup
132 件の skills · 2026-07-15
ソフトウェア開発者情報セキュリティアナリストソフトウェア品質保証アナリスト・テスター市場調査アナリスト・マーケティングスペシャリストウェブ・デジタルインターフェースデザイナーその他コンピュータ職
17 件の職業カテゴリ · 100% 分類済み
47%比率
#02
claude-code-windows-setup
102 件の skills · 2026-03-18
ソフトウェア開発者情報セキュリティアナリストウェブ・デジタルインターフェースデザイナーソフトウェア品質保証アナリスト・テスターネットワーク・コンピュータシステム管理者プロジェクト管理専門家
13 件の職業カテゴリ · 100% 分類済み
36%比率
#03
agentic-council
21 件の skills · 2026-05-06
ソフトウェア開発者会計士・監査役ウェブ・デジタルインターフェースデザイナープロジェクト管理専門家情報セキュリティアナリストデータサイエンティスト
10 件の職業カテゴリ · 100% 分類済み
7.4%比率
#04
my-opencode-codex-setup
12 件の skills · 2026-02-11
ソフトウェア開発者プロジェクト管理専門家情報セキュリティアナリスト
3 件の職業カテゴリ · 100% 分類済み
4.3%比率
#05
accounting-skills
7 件の skills · 2026-05-19
ソフトウェア開発者会計士・監査役
2 件の職業カテゴリ · 100% 分類済み
2.5%比率
#06
claude-code-wsl-setup
5 件の skills · 2026-03-18
ソフトウェア開発者情報セキュリティアナリスト
2 件の職業カテゴリ · 100% 分類済み
1.8%比率
#07
skill-governance
3 件の skills · 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 件のリポジトリを表示
すべてのリポジトリを表示しました