Skip to main content

このリポジトリの skills

trungdo9/ClauKit - 2ページ

SkillsMP は trungdo9/ClauKit から 116 件の skill を収集しています。skill を開くとソースと詳細を確認できます。

trungdo9/ClauKit

収集済み skill 116 件中 40 件を表示しています。

職業分類
未分類
説明

XML sitemap analysis and generation — validate an existing sitemap against Google's real rules (50k/50MB caps, lastmod accuracy, extension subtypes), or generate a new one (with index splitting) for a site being built out. Feeds the technical-SEO audit and…

原文の言語: 英語

更新
職業分類
未分類
説明

Claude-SEO engine root — the orchestrator behind `/mk:seo audit|keywords|ai|programmatic|schema`. Detects business type (SaaS, local, e-commerce, publisher, agency) from homepage signals, dispatches the 24 sibling seo-* skills/agents in parallel, and…

原文の言語: 英語

更新
職業分類
未分類
説明

Search Experience Optimization — reads the SERP backwards to catch page-type mismatches (a blog post competing against product pages), derives user stories from PAA/ads/related-searches, and scores the page from 4-7 SERP-derived personas…

原文の言語: 英語

更新
職業分類
未分類
説明

Technical SEO audit across 9 categories — crawlability, indexability, security, URL structure, mobile/page experience, Core Web Vitals, structured-data detection, JavaScript rendering, and IndexNow. Also covers agent-friendly-page auditing (accessibility…

原文の言語: 英語

更新
職業分類
未分類
説明

Signup and registration flow optimization — field reduction, social/SSO auth, single vs multi-step, email verification, error and validation UX, drop-off diagnosis, activation handoff. Use when the user says "signup conversions", "registration friction",…

原文の言語: 英語

更新
職業分類
未分類
説明

SMS and MMS marketing — opt-in mechanics, TCPA/carrier compliance, flow design (welcome, abandoned cart, post-purchase, win-back, replenishment), segment/character budgeting, cadence and frequency caps, platform selection, and revenue-per-send measurement.…

原文の言語: 英語

更新
職業分類
未分類
説明

Write and optimize platform-native social posts — LinkedIn posts and document carousels, X threads, Instagram carousels and Reels, TikTok and Shorts scripts, hooks, hashtags, and character limits. Use for "LinkedIn post", "Twitter thread", "tweet ideas",…

原文の言語: 英語

更新
職業分類
未分類
説明

Post-signup activation and first-run experience — aha moment definition, minimum path to value, onboarding checklists, empty states, guided tours, drop-off diagnosis, stalled-user recovery. Use when the user says "onboarding flow", "activation rate", "user…

原文の言語: 英語

更新
職業分類
未分類
説明

Market sizing — TAM/SAM/SOM built bottom-up from addressable accounts x realistic ACV, cross-checked against cited published figures, with every number sourced or marked [NEEDS DATA]. Use for "market sizing", "TAM", "SAM", "SOM", "how big is this market",…

原文の言語: 英語

更新
職業分類
未分類
説明

In-product paywalls and upgrade moments — feature gates, usage-limit screens, trial-expiration flows, upsell modals, in-app pricing. Use when the user says "paywall", "upgrade screen", "upgrade modal", "upsell", "feature gate", "limit reached", "trial…

原文の言語: 英語

更新
職業分類
未分類
説明

Token-efficient headless browser automation for AI agents using a snapshot+refs model (~93% less context than traditional tools)

原文の言語: 英語

更新
職業分類
未分類
説明

Answer technical and architectural questions about the codebase with researched, in-depth, context-aware responses (not superficial replies). Reads relevant code files, references specific files + line numbers, and explains architectural decisions / patterns…

原文の言語: 英語

更新
職業分類
未分類
説明

Use when brainstorming software solutions, evaluating architectural approaches, debating technical decisions, or exploring feature ideas before implementation. Acts as a senior architect — challenges assumptions, presents 2-3 viable alternatives with…

原文の言語: 英語

更新
職業分類
未分類
説明

Puppeteer-based browser automation via single-purpose CLI scripts with persistent sessions and structured JSON output

原文の言語: 英語

更新
職業分類
未分類
説明

Use when reviewing a branch, a PR, or work-in-progress changes ("review since X"), when receiving code review feedback (especially if unclear or technically questionable), when completing tasks or major features requiring review before proceeding, or before…

原文の言語: 英語

更新
職業分類
未分類
説明

All testing layers — Vitest unit, Playwright E2E deep-dive (configs, page objects, debugging, traces), Cucumber BDD, mobile (Appium/Detox), API (Supertest/Newman), k6 load, CI/CD integration, credential management. Use when writing or fixing tests, setting up…

原文の言語: 英語

更新
職業分類
未分類
説明

Controllable re-creation of Claude Code's dynamic-workflow model on ClauKit's own primitives — markdown recipes + Agent-tool fan-out/pipeline over the 30 existing agents, with 4-axis inheritance and hard gates. Use when a task needs deterministic large-ish…

原文の言語: 英語

更新
職業分類
ソフトウェア開発者
説明

Use when you need to plan technical solutions that are scalable, secure, and maintainable.

原文の言語: 英語

更新
職業分類
未分類
説明

Create presentations and slide decks (Marp, reveal.js, Quarto) from markdown or notebooks

原文の言語: 英語

更新
職業分類
未分類
説明

Use when you need to research, analyze, and plan technical solutions that are scalable, secure, and maintainable.

原文の言語: 英語

更新
職業分類
未分類
説明

Design real-world test scenarios — user journeys, role-based flows, recovery paths — independent of execution tool (pytest, Playwright, Postman, etc.).

原文の言語: 英語

更新
職業分類
未分類
説明

Complete security suite — expert mindset + active code scanner. Covers OWASP 2025, supply chain, L1-L4 data flow analysis, 21 vulnerability rules with a cost-tiered default pass, TINY/SMALL/LARGE scan modes, bilingual output (vi/en). Use when scanning code…

原文の言語: 英語

更新
職業分類
未分類
説明

Red-green test-driven discipline — NO PRODUCTION CODE WITHOUT A FAILING TEST FIRST. Use for bug fixes (default), regression-prone changes, or when asked to "write tests first" / "TDD this". Covers red → verify-red → green → verify-green → refactor, the…

原文の言語: 英語

更新
職業分類
未分類
説明

Break a plan, spec, or the current conversation into vertical tracer-bullet tickets, each declaring the tickets that block it — written as one file per ticket under plans/<plan-dir>/tickets/, or published as issue-tracker sub-tasks under a parent issue on…

原文の言語: 英語

更新
職業分類
未分類
説明

Drive a feature from spec to production through hard-gated stages — plan, code, test, docs, deploy — with verification at each gate. Infrastructure-agnostic methodology.

原文の言語: 英語

更新
職業分類
未分類
説明

Comprehensive Python development skills covering FastAPI, Django, Flask, data/ML integration, and best practices. Use when building Python backends, APIs, data pipelines, or ML applications.

原文の言語: 英語

更新
職業分類
ソフトウェア開発者
説明

Design, debug, and optimize AI agent systems when context limits hinder performance — diagnose context degradation, apply Write/Select/Compress/Isolate strategies, and build multi-agent architectures that maximize reasoning quality per token.

原文の言語: 英語

更新
職業分類
ソフトウェア開発者
説明

Git operations with conventional commits (cm, cp, pr, merge, finish) — scoped commits from the claim registry, finish-branch protocol with draft-default PRs + paste-ready auth fallback, and declared delivery-tail execution semantics

原文の言語: 英語

更新
職業分類
ソフトウェア開発者
説明

Use when the user needs to CREATE, VERIFY, ANALYZE, or REFACTOR a CLAUDE.md file (the project-instructions file Claude Code loads every session). Triggers on "/ck:claude-md", "write CLAUDE.md", "audit CLAUDE.md", "verify CLAUDE.md", "CLAUDE.md too long",…

原文の言語: 英語

更新
職業分類
ソフトウェア開発者
説明

Systematic debugging framework ensuring root cause investigation before fixes. Includes four-phase debugging process, backward call stack tracing, multi-layer validation, and verification protocols. Use when encountering bugs, test failures, unexpected…

原文の言語: 英語

更新
職業分類
ウェブ・デジタルインターフェースデザイナー
説明

Create aesthetically beautiful interfaces following proven design principles. Use when building UI/UX, analyzing designs from inspiration sites, generating design images with ai-multimodal, implementing visual hierarchy and color theory, adding…

原文の言語: 英語

更新
職業分類
ソフトウェア開発者
説明

Initialize projects from scratch with modular scaffolds (Next.js, Vite, Svelte, Python, etc.)

原文の言語: 英語

更新
職業分類
ソフトウェア開発者
説明

Port and refactor a feature from a public GitHub repo into the local codebase. Use when user wants to copy/adapt an existing implementation (auth flow, payment integration, UI component, algorithm, etc.) from another repo rather than build from scratch.…

原文の言語: 英語

更新
職業分類
ソフトウェア開発者
説明

Durable per-plan run ledger (STATE.md) so a killed multi-phase run resumes with zero re-implementation. Use for any multi-phase run (/ck:cook, /ck:flow, /ck:fix, /ck:refactor), when resuming an interrupted run, after a spend/session kill, or after context…

原文の言語: 英語

更新
職業分類
その他コンピュータ職
説明

Orchestrate parallel multi-session collaboration with independent Claude Code teammates. CK-native (v2.1.0) engine that spawns independent Claude Code sessions as teammates — each with own context window, task ownership, and persistent cross-session memory.…

原文の言語: 英語

更新
職業分類
データベースアーキテクト
説明

PostgreSQL database guide — SQL queries, JOINs, CTEs, window functions, indexing, EXPLAIN/ANALYZE, user management, backups, replication, psql CLI. Use when writing SQL queries, designing schemas, optimizing performance, or administering PostgreSQL databases.…

原文の言語: 英語

更新
職業分類
ソフトウェア開発者
説明

Use when the user needs a LARGE MECHANICAL change across the codebase — rename a symbol everywhere, extract a module, migrate an API surface, run a codemod, convert patterns (e.g. class→hooks, callbacks→async/await). Distinct from `/ck:cook` (feature work)…

原文の言語: 英語

更新
職業分類
ソフトウェア開発者
説明

Falsify a plan's factual claims before implementing against them. Use before executing any plan written in another session (/ck:cook --from-plan), via /ck:plan verify <path>, or whenever a plan asserts existing-behaviour facts (a root cause, "X currently does…

原文の言語: 英語

更新
職業分類
ソフトウェア開発者
説明

Convert an existing codebase into a CLI + MCP server so AI agents can invoke its functions as tools — picking what to expose, defining schemas, handling auth and side effects.

原文の言語: 英語

更新
職業分類
ソフトウェア開発者
説明

Organize directory layout, naming, and module boundaries in an existing or growing codebase — monorepo vs polyrepo, src-vs-flat layouts, conventions that scale past 1000 files.

原文の言語: 英語

更新
収集済み skill 116 件中 40 件を表示しています。