Skip to main content
Manusで任意のスキルを実行
ワンクリックで
smithdak
GitHub クリエイタープロフィール

smithdak

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

収集済み skills
162
リポジトリ
16
更新
2026-07-20
リポジトリマップ

skills がある場所

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

#01
skillsmith
60 件の skills · 2026-07-18
ソフトウェア開発者市場調査アナリスト・マーケティングスペシャリストプロジェクト管理専門家ソフトウェア品質保証アナリスト・テスターサービス営業代表(広告・保険・金融・旅行除く)テクニカルライター
7 件の職業カテゴリ · 100% 分類済み
37%比率
#02
base
16 件の skills · 2026-07-20
ソフトウェア開発者テクニカルライターソフトウェア品質保証アナリスト・テスター市場調査アナリスト・マーケティングスペシャリスト
4 件の職業カテゴリ · 100% 分類済み
9.9%比率
#03
claude-marketplace
14 件の skills · 2026-01-25
ソフトウェア開発者ウェブ開発者
2 件の職業カテゴリ · 100% 分類済み
8.6%比率
#04
objectcore
14 件の skills · 2026-07-02
ソフトウェア開発者ウェブ・デジタルインターフェースデザイナーその他コンピュータ職
3 件の職業カテゴリ · 100% 分類済み
8.6%比率
#05
studio
9 件の skills · 2026-02-02
ソフトウェア開発者その他コンピュータ職市場調査アナリスト・マーケティングスペシャリストソフトウェア品質保証アナリスト・テスタープロジェクト管理専門家
5 件の職業カテゴリ · 100% 分類済み
5.6%比率
#06
plugin-cms-toolkit
8 件の skills · 2026-02-21
ソフトウェア開発者ソフトウェア品質保証アナリスト・テスター情報セキュリティアナリスト
3 件の職業カテゴリ · 100% 分類済み
4.9%比率
#07
dossier
8 件の skills · 2026-06-21
ソフトウェア開発者その他コンピュータ職
2 件の職業カテゴリ · 100% 分類済み
4.9%比率
#08
sleuth
7 件の skills · 2026-06-25
ソフトウェア開発者ソフトウェア品質保証アナリスト・テスター
2 件の職業カテゴリ · 100% 分類済み
4.3%比率
ここでは上位 8 件のリポジトリを表示しています。完全なリストは下に続きます。
リポジトリエクスプローラー

リポジトリと代表的な skills

op-github-secrets
ソフトウェア開発者

Wires GitHub Actions to pull secrets from 1Password at run time instead of storing long-lived copies in GitHub — using the 1Password load-secrets action with op:// references and a scoped service-account token, so CI reads secrets on demand and 1Password masks them in logs. Use this skill when the user says "load secrets from 1Password in GitHub Actions", "stop pasting secrets into GitHub repo settings", "use a 1Password service account in CI", or wants a workflow that resolves op:// references during a job. Not for local runtime injection (see op-secrets) or an interactive human setup script (see the wizard skill).

2026-07-18
op-secrets
ソフトウェア開発者

Moves a project's secrets out of plaintext and into 1Password secret references (op:// URIs) that resolve at runtime via the op CLI, producing a safe-to-commit .env template and an op run launch path so no real credential ever lands on disk. Use this skill when the user says "use 1Password for my env vars", "replace my .env secrets with op references", "set up op run for this project", "stop storing API keys in plaintext", or wants credentials injected from a 1Password vault at run time. Not for building an interactive service-setup script that captures values from a human (see the wizard skill), or for pushing secrets into GitHub Actions (see op-github-secrets).

2026-07-18
mermaid-to-tldraw
ソフトウェア開発者

Converts Mermaid diagram source into editable tldraw shapes using tldraw's official @tldraw/mermaid package, so a flowchart or graph written as Mermaid text becomes real, movable nodes and arrows on a tldraw canvas rather than a static image. Use this skill when the user says "convert this mermaid to tldraw", "turn my mermaid flowchart into editable tldraw shapes", "import mermaid into tldraw", or has Mermaid source they want as a hand-editable canvas. Not for authoring Mermaid text itself, rendering Mermaid to an image, or building a tldraw file from a prose description (see tldraw-diagram).

2026-07-18
tldraw-animation
ソフトウェア開発者

Adds motion to a tldraw canvas — animating shape position, rotation, and props over time with easing, animating the camera through a canvas, and authoring durable requestAnimationFrame loops embedded in a tldraw-offline document so the canvas keeps animating whenever it is opened. Use this skill when the user says "animate this tldraw diagram", "make these shapes move", "add an animation to my tldraw canvas", "create a tldraw animation loop", or "animate the camera through my board". Not for generating a static .tldr (see tldraw-diagram), exporting a canvas to an image (see tldraw-export), or CSS / web / video-file animation outside tldraw.

2026-07-18
tldraw-diagram
ソフトウェア開発者

Generates a tldraw canvas file (.tldr / .tldraw JSON) from a described diagram or outline — boxes, arrows, text, frames, and notes positioned on the infinite canvas — so it opens directly in tldraw or tldraw-offline as editable shapes, with no browser or render step. Use this skill when the user says "make me a tldraw diagram", "generate a .tldr file", "turn this architecture into a tldraw whiteboard", "build an editable canvas of this flow", or wants a hand-editable tldraw document rather than a flat image. Not for rendering a canvas to PNG/SVG (that needs a browser — see tldraw-export), converting Mermaid source (see mermaid-to-tldraw), or authoring Mermaid/Graphviz text diagrams.

2026-07-18
tldraw-export
ソフトウェア開発者

Renders a tldraw canvas or .tldr file to a static image — SVG, PNG, JPEG, or WebP — by driving tldraw's browser-based export APIs from a headless browser, producing a shareable picture from an editable canvas. Use this skill when the user says "export my tldraw file to PNG", "render this .tldr as an SVG", "turn my tldraw canvas into an image", or needs a flat image out of a tldraw document. Not for generating an editable .tldr from a description (see tldraw-diagram), converting Mermaid (see mermaid-to-tldraw), or exporting from the tldraw desktop app's own File menu.

2026-07-18
mermaid-to-tldraw
ソフトウェア開発者

Converts Mermaid diagram source into editable tldraw shapes using tldraw's official @tldraw/mermaid package, so a flowchart or graph written as Mermaid text becomes real, movable nodes and arrows on a tldraw canvas rather than a static image. Use this skill when the user says "convert this mermaid to tldraw", "turn my mermaid flowchart into editable tldraw shapes", "import mermaid into tldraw", or has Mermaid source they want as a hand-editable canvas. Not for authoring Mermaid text itself, rendering Mermaid to an image, or building a tldraw file from a prose description (see tldraw-diagram).

2026-07-18
op-github-secrets
ソフトウェア開発者

Wires GitHub Actions to pull secrets from 1Password at run time instead of storing long-lived copies in GitHub — using the 1Password load-secrets action with op:// references and a scoped service-account token, so CI reads secrets on demand and 1Password masks them in logs. Use this skill when the user says "load secrets from 1Password in GitHub Actions", "stop pasting secrets into GitHub repo settings", "use a 1Password service account in CI", or wants a workflow that resolves op:// references during a job. Not for local runtime injection (see op-secrets) or an interactive human setup script (see the wizard skill).

2026-07-18
このリポジトリの収集済み skills 60 件中、上位 8 件を表示しています。
このリポジトリの収集済み skills 16 件中、上位 8 件を表示しています。
このリポジトリの収集済み skills 14 件中、上位 8 件を表示しています。
choosing-a-seeded-theme
ウェブ・デジタルインターフェースデザイナー

Pick a READY-MADE seeded design theme instead of authoring one — the curated preset inventory (inkwell = quiet, editorial, warm paper; cathode = loud, technical, emissive) and when a preset beats a custom grill. Use when the user wants a quick-start design system, an off-the-shelf look, or asks which seeded preset/theme to pick — NOT for defining custom brand foundations from scratch (that is defining-design-tokens) and NOT for adding modes to existing tokens (that is theming-with-tokens).

2026-07-02
defining-design-tokens
ウェブ・デジタルインターフェースデザイナー

The grilling gate for AUTHORING a new design system or token set — turn a vague brand into a decided DTCG design-token spec before any scaffolding. Use at the start of /design, when brand direction (color, type, spacing, motion) is still fuzzy, or when deciding the token foundations and tiers. For a ready-made starting point instead of a custom grill, use choosing-a-seeded-theme.

2026-07-02
curating-knowledge
ソフトウェア開発者

Add or curate an entry in ObjectCore's factory knowledge base (a lesson, pattern, gotcha, or decision) stored under knowledge/. Use when a durable, reusable engineering lesson emerges, a design decision is made, or the knowledge base needs pruning.

2026-07-02
building-the-catalog
ソフトウェア開発者

Reference for how the ObjectCore marketplace catalog is derived — the deriveCatalog seam, the source/sink ports, and the sync invariant. Use when changing how marketplace.json is produced, when marketplace.json is stale, drifted, or out of sync with the plugin dirs, or when reasoning about the Git/DB source swap. (A plugin failing the manifest rules is validating-plugins' territory.)

2026-07-02
validating-plugins
ソフトウェア開発者

The reference for what makes an ObjectCore plugin valid — the hard load-error rules (manifest shape, kebab-case, component placement) and the eval-coverage gate. Use when a plugin fails to load or validate, when reviewing a plugin before it enters the catalog, or when diagnosing which hard rule a plugin manifest breaks. (A stale or drifted marketplace.json is building-the-catalog's territory.)

2026-07-02
design-foundations
ウェブ・デジタルインターフェースデザイナー

The reference for CONSUMING a token-based design system so UI stays on-brand — pick the semantic token by ROLE, never a raw hex or scale step. Use when building, styling, or reviewing a component, page, or any visual output that must match the design system (choosing colors, spacing, type, radius, or motion).

2026-06-27
theming-with-tokens
ウェブ・デジタルインターフェースデザイナー

How to add dark mode or multi-brand theming to a token-based design system the RIGHT way — multiple token sets combined by a resolver with semantic aliases re-pointed per theme, never duplicated components. Use when adding a color mode, a second brand, or any theme axis over existing design tokens.

2026-06-27
planning
その他コンピュータ職

Turn a pinned plugin spec into a concrete PluginSpec the scaffolder can emit — choosing components, drafting each skill's trigger surface, and writing the activation eval cases. Use after specifying, when converting a spec into the JSON for bun run forge:scaffold.

2026-06-26
このリポジトリの収集済み skills 14 件中、上位 8 件を表示しています。
このリポジトリの収集済み skills 9 件中、上位 8 件を表示しています。
a11y
ソフトウェア品質保証アナリスト・テスター

WCAG 2.2 AA accessibility scanner for Sitecore, Umbraco, and Optimizely CMS projects. Scans Razor views, React/Next.js components, JSX templates, and content type definitions for accessibility violations. Use when asked to: scan for accessibility issues, run an accessibility audit, check WCAG compliance, find a11y problems, or audit templates for accessibility. Triggers on "accessibility", "a11y", "WCAG", "screen reader", "aria".

2026-02-21
security
情報セキュリティアナリスト

Security audit for Sitecore, Umbraco, and Optimizely CMS projects. Scans for OWASP Top 10 vulnerabilities, CMS-specific security issues, and known dependency CVEs. Use when asked to: run a security audit, check for vulnerabilities, scan for security issues, review security, or check dependencies for CVEs. Triggers on "security audit", "vulnerability scan", "security review", "CVE check", "dependency scan", "OWASP".

2026-02-21
content-model
ソフトウェア開発者

Designs content architectures for Sitecore, Umbraco, and Optimizely CMS projects. Helps plan content type hierarchies, field structures, and relationships following CMS-specific best practices. Usage - /plugin-cms-toolkit:content-model

2026-02-21
scaffold
ソフトウェア開発者

Scaffolds CMS components, content types, controllers, and page types for Sitecore, Umbraco, or Optimizely. Detects the CMS platform automatically and generates platform-specific code. Usage - /plugin-cms-toolkit:scaffold component HeroBlock

2026-02-21
cms-detect
ソフトウェア開発者

Auto-detects the CMS platform (Sitecore, Umbraco, or Optimizely) in the current project by scanning project files, dependencies, and configuration. Invoked automatically when working in a CMS project.

2026-02-21
optimizely
ソフトウェア開発者

Optimizely CMS 12 and CMS SaaS expertise. Provides best practices for content types, blocks, pages, Visual Builder, Graph API, REST API, experimentation integration, and .NET/headless development patterns. Auto-invoked when working in Optimizely projects.

2026-02-21
sitecore
ソフトウェア開発者

Sitecore XM Cloud and XP/XM expertise. Provides best practices for content modeling, component development, serialization, headless architecture with Content SDK, and SXA patterns. Auto-invoked when working in Sitecore projects.

2026-02-21
umbraco
ソフトウェア開発者

Umbraco CMS v14-17 expertise. Provides best practices for document types, compositions, property editors, Content Delivery API, Management API, Bellissima backoffice extensions, and .NET development patterns. Auto-invoked when working in Umbraco projects.

2026-02-21
verify-kb
その他コンピュータ職

Audit an OKF knowledge base for integrity before it ships. Use to verify a generated/edited KB — checks OKF compliance, atomicity, link integrity, provenance/confidence, coverage gaps, and stale content. Produces a severity-ranked report; does not silently fix.

2026-06-21
adoption-readout
ソフトウェア開発者

Generate a client's L2 "adoption readout" — the Ladder (DEC-0052's wedge). From a provisioned client's served OKF, run the deterministic 4-axis scorer over their process/workflow atoms, then narrate a sequenced Now/Next/Later transformation roadmap and emit it as a sovereign OKF `artifact` in the CLIENT's own repo. Use after a client is ingested + served (KNOWLEDGE-BRIEF generated) to produce the post-diagnostic readout that lands the wedge ("we'll take you to where we already are") and opens the Agency conversation. Human-curated authoring; reads the client's OWN OKF, never perturbs Dossier's KB.

2026-06-20
docs-ia
ソフトウェア開発者

Architect a world-class, ATOMIC information architecture for a Dossier docs site — turn a flat OKF knowledge base into a navigable, scannable, readable reading experience whose structure is DERIVED FROM THE KNOWLEDGE GRAPH, never hand-maintained. Use when a docs surface is hard to navigate (giant flat sidebars, no section overviews, no wayfinding, every page a dead end), when onboarding a new client's KB to the docs, or when asked to improve docs IA / navigation / readability.

2026-06-19
generate-landing
ソフトウェア開発者

Generate a tailored client landing instance — a typed LandingContent module — from a provisioned client's OKF repo and tenant manifest. Use after a client is ingested and served (KNOWLEDGE-BRIEF generated) to produce a client-specific marketing landing that re-frames Dossier's universal messaging in the client's own vocabulary, with a hero artifact that is a REAL atom from the client's repo. Human-curated authoring, not a hosted runtime.

2026-06-18
author-okf
ソフトウェア開発者

Author or extract atomic, OKF-compliant concept documents that conform to Dossier's knowledge model. Use whenever turning raw/clean source content (or a topic) into knowledge-base concepts — processes, workflows, roles, decisions, systems, policies, artifacts, terms. Produces one well-formed markdown+YAML file per concept, with full provenance and typed relationships.

2026-06-14
github-markdown
ソフトウェア開発者

Wield the full power of GitHub-Flavored Markdown (GFM) and GitHub's rendering pipeline to design world-class documentation — alerts/admonitions, collapsible sections, tables, task lists, mermaid diagrams, math, footnotes, themed images, auto-anchors, and badges. Use whenever authoring a README, guide, or any markdown that renders on GitHub (and, with the noted caveats, on the Astro Starlight surface). The reference + procedure the documentation-engineer reaches for.

2026-06-14
ingest-client
ソフトウェア開発者

Run the ingestion sweep that pulls a new client's raw knowledge into Dossier — public website (Firecrawl), files (Unstructured), and Microsoft 365/SharePoint (Graph delta + Copilot connectors) — normalized to clean, provenance-stamped markdown ready for extraction. Use when onboarding a client or refreshing their sources.

2026-06-14
scaffold-vertical
ソフトウェア開発者

Scaffold a vertical-specific knowledge-base template from Dossier's knowledge model. Use to stand up a reusable starting taxonomy for an industry/vertical (e.g., Digital Experience Agency) — seed concept stubs, vertical-specific types, and an index — so a new client in that vertical is a fast instantiation, not a from-scratch build.

2026-06-14
code-check
ソフトウェア品質保証アナリスト・テスター

Reviews Sitecore code for layer issues.

2026-06-25
helix-layer-check
ソフトウェア品質保証アナリスト・テスター

Use when reviewing or adding Sitecore C# code to enforce Helix architecture layer boundaries — Foundation, Feature, and Project dependency direction. Trigger before committing Sitecore solution code, or whenever a new project reference is introduced.

2026-06-25
publish-site-canary
ソフトウェア開発者

Publish a single McCormick brand site to a canary publishing target for staged verification before going wide.

2026-06-25
publish-site
ソフトウェア開発者

Publish a single McCormick brand site to the Internet publishing target after a successful build and Helix check.

2026-06-25
qa-smoke-check
ソフトウェア品質保証アナリスト・テスター

Run the post-deploy smoke suite against the McCormick QA environment and report failures grouped by brand site.

2026-06-25
serialization-audit
ソフトウェア開発者

Helps with serialization stuff.

2026-06-25
sleuth
ソフトウェア開発者

Use to investigate, audit, or reverse-engineer an unfamiliar or organically-grown Claude Code system (a .claude tree, an agent harness, a teammate's or client's setup) before trusting, extending, or rebuilding it. Trigger on "audit this harness", "what's actually in this .claude setup", "archaeology on this repo", "what's load-bearing / dead / dangerous here", "do recon before I rebuild", or when a discovery/inventory pass over agent infrastructure is needed. Produces a ranked, evidence-linked System Dossier, not a flat inventory.

2026-06-25
data-table
ウェブ開発者

Expert data table engineer for SvelteKit + Tailwind CSS v4 apps using a neo-brutalist design system. Analyzes any data shape (arrays, objects, API responses, DB query results, CSV, JSON) and builds the optimal table presentation — deciding column types, alignment, formatting, density, sort/filter/pagination needs, responsive breakpoints, and accessibility. Use when: (1) Displaying data in a table or grid, (2) Building sortable/filterable data views, (3) Presenting API or DB results, (4) Adding pagination to lists, (5) Creating comparison tables or data grids, (6) Converting raw data into a readable table format, (7) Building responsive data displays that work on mobile. Triggers on: "show this as a table", "display this data", "build a data table", "add a table", "make this sortable", "paginate this list", "create a data grid", "format this as a table", "table component", "data view".

2026-02-23
migrate-analytics
ソフトウェア開発者

Expert analytics and data visualization engineer for the MigrateIQ SvelteKit app. Builds charts, dashboards, and analytics tracking using LayerCake + custom SVG with the neo-brutalist design system (3px borders, offset shadows, Inter + JetBrains Mono, brand color #4f46e5). Use when: (1) Adding any chart or visualization, (2) Building analytics dashboards or data displays, (3) Choosing which chart type to use for a dataset, (4) Adding event tracking or user behavior analytics, (5) Creating sparklines, gauges, or KPI cards, (6) Optimizing chart performance or accessibility. Triggers on: "add a chart", "build analytics", "visualize this data", "track events", "create a dashboard", "which chart should I use", "add metrics", "show trends".

2026-02-23
principal-architect
ソフトウェア開発者

Principal architect for the MigrateIQ platform. Makes architectural decisions, reviews code, plans features, enforces consistency, and guides development across the full stack: SvelteKit 5, Tailwind CSS v4, TypeScript, Drizzle ORM/PostgreSQL, MCP server, and Claude Code skills. Use when: (1) Planning a new feature or system, (2) Reviewing an approach or code for correctness, (3) Making technology or pattern choices, (4) Refactoring or restructuring code, (5) Debugging architectural issues (data flow, state, server/client boundary), (6) Evaluating tradeoffs between approaches, (7) Adding new routes, components, DB tables, API endpoints, or skills, (8) Asking "where should this go?", "is this the right pattern?", "how should I structure this?". Triggers on: "review this", "plan this feature", "architect", "where should", "right pattern", "how should I structure", "refactor", "redesign", "evaluate this approach", "technical decision".

2026-02-23
16 件中 12 件のリポジトリを表示