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

cardinalconseils

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

수집된 skills
281
저장소
4
업데이트
2026년 8월 24일
저장소 탐색

저장소와 대표 skills

ecosystem-watch
소프트웨어 개발자

Ecosystem monitoring — breaking changes, deprecations, security alerts, opportunity tracking, bulletin generation.

2026년 7월 27일
kickstart
프로젝트 관리 전문가

Project kickstart — idea to scaffolded project: research, monetization, brand, ERD, architecture, deploy config.

2026년 7월 4일
saas-dashboard-sequence
소프트웨어 개발자

Unified Dashboard SaaS Build Sequence — 12-stage methodology for multi-role SaaS products (super admin/admin/user/vendor). Enforces single application with role-gated dashboard visibility, never separate dashboards per role, generated from one permissions…

2026년 7월 4일
agent-build-sequence
소프트웨어 개발자

Agentic System Build Sequence — 15-stage ordered methodology for building AI agent systems, autonomous agents, multi-agent orchestration, tool-calling loops. Enforces state machine and tool inventory design before architecture decisions, and architecture…

2026년 7월 4일
attractor
소프트웨어 개발자

Attractor pipeline orchestrator — YAML node handlers, auto-decision criteria, review-merge-loop instructions for the CKS sprint lifecycle

2026년 7월 4일
prd
프로젝트 관리 전문가

PRD lifecycle, feature planning, 5-phase cycle: discover, design, sprint, review, release, roadmap, acceptance criteria.

2026년 6월 21일
concept-evaluation
기타 컴퓨터 관련 직업

CKS concept feasibility evaluation — scoring rubrics, dual-mode detection, pillar frameworks, Go/Defer/Reject thresholds, and specialist-trigger conditions. Use when evaluating whether a concept should be added to the CKS plugin or a CKS-powered project.

2026년 6월 21일
headroom-integration
소프트웨어 개발자

Integrates the headroom MCP server for input token compression. Use when compressing tool stdout, file reads, Bash output, RAG chunks, or any large payload entering the context window. Exposes headroom_compress, headroom_retrieve, headroom_stats tools.…

2026년 6월 20일
수집된 skill 172개 중 8개를 표시합니다.
ai-agent-projects
소프트웨어 개발자

Use when the user wants to build an AI agent, voice agent, chat agent, multi-agent system, RAG pipeline, or MCP server. Also use when the user mentions 'AI agent', 'voice agent', 'chat agent', 'RAG', 'retrieval-augmented generation', 'MCP server',…

2026년 6월 8일
kpi-architect
시장조사 분석가·마케팅 전문가

Use when the user wants to define KPIs, build a metrics framework, identify leading indicators, create a risk register, or set up governance triggers. Also use when the user mentions 'KPIs', 'metrics framework', 'leading indicators', 'lagging indicators',…

2026년 6월 8일
photo-direction
그래픽 디자이너

Use when the user wants to create product photography, brand imagery, or commercial photos using AI image generation. Also use when the user mentions 'product photography', 'AI photo', 'brand imagery', 'photo direction', 'gpt-image-1', 'image generation…

2026년 6월 8일
video-ai-direction
특수 효과 아티스트 및 애니메이터

Use when the user wants to create AI-generated video content, ads, social clips, or product demos using Kling or similar video generation APIs. Also use when the user mentions 'AI video', 'Kling', 'video generation', 'text to video', 'image to video', 'video…

2026년 6월 8일
compliance
재무 및 투자 분석가

Use when the user wants to understand compliance requirements, identify regulatory triggers, or know what artifacts are required for GDPR, PCI, HIPAA, or SOC 2. Also use when the user mentions 'compliance', 'GDPR', 'PCI DSS', 'HIPAA', 'SOC 2', 'data privacy',…

2026년 6월 8일
programmatic-seo
시장조사 분석가·마케팅 전문가

Use when the user wants to build programmatic SEO pages, template-driven content at scale, location pages, comparison pages, or data-driven landing pages. Also use when the user mentions 'programmatic SEO', 'pSEO', 'template pages', 'location pages',…

2026년 6월 8일
revops
시장조사 분석가·마케팅 전문가

Use when the user wants to build or improve their revenue operations, lead scoring, sales funnel, CRM hygiene, or pipeline velocity. Also use when the user mentions 'RevOps', 'MQL', 'SQL', 'lead lifecycle', 'pipeline velocity', 'CRM hygiene', 'attribution',…

2026년 6월 8일
sales-enablement
서비스 영업 대표(광고, 보험, 금융 서비스 및 여행 제외)

Use when the user wants to create sales materials, pitch decks, battle cards, one-pagers, objection handling guides, or demo scripts. Also use when the user mentions 'pitch deck', 'sales deck', 'one-pager', 'battle card', 'objection handling', 'demo script',…

2026년 6월 8일
수집된 skill 68개 중 8개를 표시합니다.
ai-agent-designer
미분류

Designs AI agent architecture for Make.com scenarios. Determines model selection, tool inventory, memory strategy, looping pattern, and output contract. Called by scenario-orchestrator during System Design phase when ai_required is true, or directly by…

2026년 8월 24일
blueprint-review
미분류

Pre-push blueprint JSON review for Make.com scenarios. Checks structural integrity, connection IDs, mapper references, filter logic, and error handler coverage before any scenario_update call.

2026년 8월 24일
docs-researcher
미분류

Fetches exact Make.com module documentation before any blueprint is designed. Returns precise field names, required vs optional parameters, data types, and enumerated values. Eliminates improvisation and ensures first-shot accuracy.

2026년 8월 24일
execution-model
미분류

Decides whether an automation should be built as a deterministic Make.com scenario, as an AI Agent, or as a hybrid (scenario shell with an AI Agent at the one indeterministic step). Produces a Routing Verdict recorded in the plan. Called before any blueprint…

2026년 8월 24일
failure-diagnostician
미분류

Taxonomy-first failure diagnosis for Make.com. Loads the failure taxonomy, classifies errors by pattern code, states expected vs actual, and prescribes the exact fix. Always consult this before guessing.

2026년 8월 24일
help-docs
미분류

Live retrieval of Make.com product documentation from help.make.com, with a local cache. Answers conceptual questions — routers, iterators, error-handler directives, operations and billing, AI Agent semantics, plan limits — that the MCP module docs do not…

2026년 8월 24일
kickstart-intake
미분류

Automation portfolio discovery interview. Guides the user to articulate every automation they need before any design begins. Produces a prioritized portfolio list. Called by scenario-orchestrator during the Kickstart phase.

2026년 8월 24일
kickstart-plan
미분류

Writes the kickstart plan document from the collected portfolio. Called by kickstart-planner agent at end of Phase 2. Produces the plan file that the user reviews and approves before any artifacts are generated.

2026년 8월 24일
수집된 skill 38개 중 8개를 표시합니다.
저장소 4개 중 4개 표시
모든 저장소를 표시했습니다