Skip to main content
Manusで任意のスキルを実行
ワンクリックで
dtsong
GitHub creator profile

dtsong

Repository-level view of 254 collected skills across 8 GitHub repositories, including approximate occupation coverage.

skills collected
254
repositories
8
occupation fields
2
updated
2026-05-26
occupation focus
Major fields detected across this creator.
repository map

Where the skills live

Top repositories by collected skill count, with their share of this creator catalog and occupation spread.

#01
my-claude-setup
113 skills · 2026-05-26
ソフトウェア開発者情報セキュリティアナリストプロジェクト管理専門家ソフトウェア品質保証アナリスト・テスターネットワーク・コンピュータシステム管理者市場調査アナリスト・マーケティングスペシャリスト
19 occupation categories · 100% classified
44%share
#02
claude-code-wsl-setup
96 skills · 2026-03-18
ソフトウェア開発者情報セキュリティアナリストソフトウェア品質保証アナリスト・テスターウェブ・デジタルインターフェースデザイナーネットワーク・コンピュータシステム管理者プロジェクト管理専門家
17 occupation categories · 100% classified
38%share
#03
my-opencode-codex-setup
12 skills · 2026-02-11
ソフトウェア開発者プロジェクト管理専門家情報セキュリティアナリスト
3 occupation categories · 100% classified
4.7%share
#04
frontend-qa-skills
8 skills · 2026-02-18
ソフトウェア品質保証アナリスト・テスター
1 occupation categories · 100% classified
3.1%share
#05
claude-code-windows-setup
7 skills · 2026-03-18
ソフトウェア開発者情報セキュリティアナリストソフトウェア品質保証アナリスト・テスターネットワーク・コンピュータシステム管理者
4 occupation categories · 100% classified
2.8%share
#06
accounting-skills
7 skills · 2026-05-19
ソフトウェア開発者会計士・監査役
2 occupation categories · 100% classified
2.8%share
#07
agentic-council
7 skills · 2026-05-06
会計士・監査役プロジェクト管理専門家確定申告代行者財務・投資アナリスト
4 occupation categories · 100% classified
2.8%share
#08
skill-governance
4 skills · 2026-04-05
ソフトウェア開発者カスタマーサービス担当者
2 occupation categories · 100% classified
1.6%share
repository explorer

Repositories and representative skills

#001
my-claude-setup
113 skills50updated 2026-05-26
44% of creator
docx-to-pdf
ソフトウェア開発者

Use to convert a Word .docx file to PDF and/or verify its page count. Triggers on: converting docx to pdf, rendering a document, checking how many pages a docx produces, or asserting a page-count constraint (e.g. a resume must stay 2 pages). Wraps LibreOffice headless conversion.

2026-05-26
resume-tailor
作家・著者

Use whenever Alan Yu is applying to a specific job and needs his resume or cover letter tailored to that opportunity. Triggers on: pasting a job description, asking 'how should I tailor this for [role]', requesting a cover letter for a specific company, asking for fit analysis between Alan's background and a posted role, or producing a .docx resume targeted at a specific employer. Do NOT use for unrelated resume work or for other people's resumes.

2026-05-26
evaluate-diagram
ソフトウェア開発者

Use this skill when scoring or comparing a generated diagram against a human reference. Triggers on "score this diagram", "evaluate my diagram", "compare to reference", or "how accurate is this". Applies when both a generated diagram and a reference image exist and quality assessment is needed. Do NOT use for creating new diagrams (use generate-diagram) or plotting data (use generate-plot).

2026-04-06
generate-diagram
ソフトウェア開発者

Use this skill when creating a methodology diagram from research text. Triggers on "make a diagram", "visualize this methodology", "diagram this process", or "generate a figure from this paper". Applies to methodology descriptions, process flows, and research paper sections. Do NOT use for scoring existing diagrams (use evaluate-diagram) or plotting data from CSV/JSON (use generate-plot).

2026-04-06
generate-plot
データサイエンティスト

Use this skill when creating a statistical plot or chart from a data file. Triggers on "plot this data", "make a chart", "graph this CSV", or "visualize these results". Applies to CSV, JSON, or tabular data needing bar charts, scatter plots, line graphs, or similar visualizations. Do NOT use for methodology diagrams from text (use generate-diagram) or diagram scoring (use evaluate-diagram).

2026-04-06
verilator-simulation
ソフトウェア開発者

Use when planning or reviewing Verilator-based simulation workflows for SystemVerilog designs. Covers lint analysis, simulation setup, trace/waveform debugging, coverage-driven verification, and C++ co-simulation. Do not use for commercial EDA tools (use verification-methodology) or RTL design flow (use chip-design-flow).

2026-03-30
a11y-audit
ソフトウェア品質保証アナリスト・テスター

Use when auditing accessibility compliance of a feature or codebase. Covers WCAG 2.2 AA conformance, screen reader compatibility, keyboard navigation, focus management, color contrast, reduced motion, and ARIA usage. Do not use for general UX review (use journey-mapping) or component interaction specs (use interaction-design).

2026-03-26
distributed-patterns
ソフトウェア開発者

Use when designing distributed systems or evaluating distributed architecture patterns. Covers CAP theorem trade-offs, consensus protocols (Raft, Paxos), saga orchestration, CRDTs, event sourcing, partition handling, distributed transactions, and failure detectors. Do not use for general API design (use api-design) or database schema design (use schema-design).

2026-03-26
Showing top 8 of 113 collected skills in this repository.
#002
claude-code-wsl-setup
96 skills10updated 2026-03-18
38% of creator
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
evaluate-diagram
ソフトウェア品質保証アナリスト・テスター

Use this skill when scoring or comparing a generated diagram against a human reference. Triggers on "score this diagram", "evaluate my diagram", "compare to reference", or "how accurate is this". Applies when both a generated diagram and a reference image exist and quality assessment is needed. Do NOT use for creating new diagrams (use generate-diagram) or plotting data (use generate-plot).

2026-03-08
generate-diagram
グラフィックデザイナー

Use this skill when creating a methodology diagram from research text. Triggers on "make a diagram", "visualize this methodology", "diagram this process", or "generate a figure from this paper". Applies to methodology descriptions, process flows, and research paper sections. Do NOT use for scoring existing diagrams (use evaluate-diagram) or plotting data from CSV/JSON (use generate-plot).

2026-03-08
generate-plot
データサイエンティスト

Use this skill when creating a statistical plot or chart from a data file. Triggers on "plot this data", "make a chart", "graph this CSV", or "visualize these results". Applies to CSV, JSON, or tabular data needing bar charts, scatter plots, line graphs, or similar visualizations. Do NOT use for methodology diagrams from text (use generate-diagram) or diagram scoring (use evaluate-diagram).

2026-03-08
intake-skill
マネジメントアナリスト

Use this skill when scoping a new consulting engagement — "help me scope this project," "I need an engagement brief," or gathering client context through conversational clarification. Transforms natural-language descriptions into structured engagement briefs with targeted questions, sensitivity inference, and stakeholder mapping. Do NOT use for technology research (research-skill), risk assessment (assessment-skill), or client-facing deliverables (deliverable-skill).

2026-03-08
Showing top 8 of 96 collected skills in this repository.
#003
my-opencode-codex-setup
12 skills11updated 2026-02-11
4.7% of creator
Showing top 8 of 12 collected skills in this repository.
#004
frontend-qa-skills
8 skills00updated 2026-02-18
3.1% of creator
qa-coordinator
ソフトウェア品質保証アナリスト・テスター

Use when a user reports a frontend bug, visual defect, or unexpected behavior in a Next.js/TypeScript application. Orchestrates a multi-phase QA pipeline — component mapping, diagnosis, fix, and regression testing — by classifying symptoms and dispatching to the appropriate specialist skill. Does not perform diagnosis or fixes directly; delegates all domain work to specialists. Not for backend-only issues, infrastructure problems, or build/deployment failures.

2026-02-18
page-component-mapper
ソフトウェア品質保証アナリスト・テスター

Use when investigating any frontend issue before diagnosis or debugging — maps a Next.js route to its full component tree. Resolves "what components render on this page," "show me the component tree for /dashboard," or "trace imports for this route." Produces a ComponentMap artifact with server/client boundaries, props, hooks, data fetching, and styling metadata consumed by all downstream QA skills. Not for diagnosing bugs, fixing code, or generating tests — those are handled by specialist skills after mapping is complete.

2026-02-18
suite-name
ソフトウェア品質保証アナリスト・テスター

TRIGGER_DESCRIPTION. Use when USER_CONTEXT. Routes to specialists for CAPABILITIES.

2026-02-15
skill-name
ソフトウェア品質保証アナリスト・テスター

TRIGGER_DESCRIPTION. Use when USER_CONTEXT. Covers CAPABILITIES.

2026-02-15
component-fix-and-verify
ソフトウェア品質保証アナリスト・テスター

Use when a diagnosed fix needs to be applied and verified against a Next.js component — "apply this fix," "fix and run tests," or "verify this change." Applies a single diagnosed fix with mandatory diff preview, then runs scoped and broad verification (tsc, lint, tests) with atomic safety and revert capability. Not for diagnosing bugs (use ui-bug-investigator or css-layout-debugger) or generating regression tests (use regression-test-generator).

2026-02-15
css-layout-debugger
ソフトウェア品質保証アナリスト・テスター

Use when a user reports CSS, layout, or styling issues in a Next.js application — "element overlapping," "spacing is wrong," "responsive layout broken," "dark mode not working," "Tailwind classes not applying," or "alignment off." Diagnoses through a 6-phase pipeline that mirrors browser evaluation order, covering token resolution, cascade conflicts, layout models, stacking contexts, and viewport responsiveness. Handles Tailwind, CSS Modules, styled-components, and vanilla CSS. Not for JavaScript logic bugs, data fetching issues, or server-side rendering errors — route those to ui-bug-investigator.

2026-02-15
regression-test-generator
ソフトウェア品質保証アナリスト・テスター

Use when a verified fix needs a regression test — "write a test for this fix," "generate regression test," or "add test coverage for this bug." Auto-detects project test conventions, routes to Vitest+RTL or Playwright based on component type (sync vs async server), generates targeted tests with anti-brittleness constraints, and annotates coverage boundaries. Not for diagnosing bugs, applying fixes, or writing feature tests — use ui-bug-investigator, component-fix-and-verify, or manual test authoring respectively.

2026-02-15
ui-bug-investigator
ソフトウェア品質保証アナリスト・テスター

Use when a user reports a non-CSS UI bug in a Next.js App Router application — "blank page," "data not loading," "click does nothing," "hydration mismatch," "flicker on navigation," or "state not updating." Runs symptom-targeted diagnostic checks against a component map to identify rendering, state, event handling, and data flow issues. Not for CSS layout, styling, or visual design problems — route those to css-layout-debugger.

2026-02-15
#005
claude-code-windows-setup
7 skills11updated 2026-03-18
2.8% of creator
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
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
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-08
#006
accounting-skills
7 skills00updated 2026-05-19
2.8% of creator
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
#007
agentic-council
7 skills00updated 2026-05-06
2.8% of creator
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
enterprise-search-strategy
プロジェクト管理専門家

Use when the council needs to surface organizational knowledge buried across multiple internal sources (wikis, design docs, ADRs, past tickets, postmortems, chat archives, code repos). Plans where to look, what to cross-reference, and how to synthesize findings into evidence the council can act on. Do not use for external market research (use competitive-analysis), library evaluation (use library-evaluation), or technology trend assessment (use technology-radar).

2026-05-06
#008
skill-governance
4 skills00updated 2026-04-05
1.6% of creator
8 件中 8 件のリポジトリを表示
すべてのリポジトリを表示しました