Skip to main content

이 저장소의 skills

curiositech/windags-skills - 4페이지

SkillsMP는 curiositech/windags-skills에서 579개의 skill을 수집했습니다. skill을 열어 소스와 세부 정보를 확인하세요.

curiositech/windags-skills

수집된 skill 579개 중 40개를 표시합니다.

직업 분류
시장조사 분석가·마케팅 전문가
설명

Strategy for someclaudeskills.com — the skills showcase and marketplace for Claude skills. Content publishing, traffic generation, community building, monetization through free-skills-as-lead-gen for WinDAGs, and the OS/2 Warp retro design subdomain. Activate…

원문 언어: 영어

업데이트
직업 분류
웹 개발자
설명

Design and implement Swiss modern websites using International Typographic Style principles translated for the contemporary web: strict grids, typography-led hierarchy, asymmetrical composition, disciplined whitespace, restrained color, and editorial clarity.…

원문 언어: 영어

업데이트
직업 분류
시장조사 분석가·마케팅 전문가
설명

Turn formally verified infrastructure into developer adoption with talks, blog posts, onboarding docs, venue strategy, and community building for TLA+, model checking, mechanism design, and collateralized contracts. Use when audience, depth, medium, and…

원문 언어: 영어

업데이트
직업 분류
중등 후 직업/기술 교육 교사
설명

license: Apache-2.0 NOT for unrelated tasks outside this domain.

원문 언어: 영어

업데이트
직업 분류
기타 심리학자
설명

Use for rapport, elicitation, transcript audit, interview design, and disclosure-yield analysis by auditing attention, coordination, and typed yield instead of vague warmth or self-report. NOT for coercive extraction, generic tone polishing, or persuasion…

원문 언어: 영어

업데이트
직업 분류
기타 예술가 및 관련 종사자
설명

license: Apache-2.0 NOT for unrelated tasks outside this domain.

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

You MUST use this skill when writing, running, or verifying TLA+ specifications for distributed systems, coordination protocols, or state machine designs. This skill is opinionated and prescriptive — it will push you toward bounded model checking with TLC,…

원문 언어: 영어

업데이트
직업 분류
경영 분석가
설명

Use for cognitive task analysis, CTA method selection, knowledge capture, tacit expertise routing, and representation design by matching elicitation methods to knowledge type. NOT for generic ontology naming, benchmark-only model evaluation, or ML…

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

When tackling a task that requires domain expertise beyond general coding ability — architecture patterns, framework-specific gotchas, deployment strategies, security anti-patterns, or specialized workflows — call the windags_skill_graft MCP tool with your…

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

State management, checkpoint architecture, and recovery strategy selection for WinDAGs V3 execution infrastructure. Teaches the validated state machine (transition matrix with fail-fast on illegal transitions), checkpoint-resume protocol (pluggable storage,…

원문 언어: 영어

업데이트
직업 분류
프로젝트 관리 전문가
설명

Second agent in the WinDAGs meta-DAG. Receives a ProblemUnderstanding from the Sensemaker and produces a validated DecompositionResult -- a DAG with skill assignments, wave definitions, and commitment levels. Executes the three-pass protocol, enforces vague…

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

Failure pattern scanning and risk assessment for WinDAGs DAGs. Runs after decomposition but before execution. Performs a lightweight scan on EVERY DAG (BC-PLAN-004), escalating to deep analysis when recognition confidence is low or known failure patterns are…

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

First agent in the WinDAGs meta-DAG. Receives raw problem descriptions and produces a validated ProblemUnderstanding for downstream agents (Decomposer, PreMortem). Classifies problems, extracts principal parts, scores validity, and enforces the halt gate.…

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

Generates OpenAPI 3.0/3.1 specs, TypeScript client types, and curl examples from existing route handler code. Supports Express, Next.js API routes, Fastify, and Hono. Produces complete documentation including auth requirements, rate limits, error codes, and…

원문 언어: 영어

업데이트
직업 분류
소프트웨어 품질 보증 분석가·테스터
설명

Verifies build output integrity after code changes. Runs builds, validates artifact structure, checks for regressions in bundle size, asset references, and static export completeness. The last line of defense before a bad deploy ships.

원문 언어: 영어

업데이트
직업 분류
소프트웨어 품질 보증 분석가·테스터
설명

Interprets GitHub Actions run status and logs, diagnoses CI failure patterns, and suggests targeted fixes. Handles dependency install failures, test timeouts, build OOM, flaky tests, and workflow misconfigurations. Activate on: 'CI failing', 'build broken',…

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

Generates shell completion scripts for CLI tools. Parses command structure from help output, commander/yargs configs, or manual specification. Produces completions for bash, zsh, and fish that follow each shell's conventions.

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

Audits git repository hygiene: worktree state, stale branches, uncommitted changes, orphaned worktrees, and hook configuration. Finds the rot before it causes a crisis.

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

Profiles runtime performance of Node.js, Python, and Go applications. Identifies rendering bottlenecks in React/Next.js, analyzes bundle size and tree-shaking effectiveness, measures API response times and database query performance, and detects memory leaks.…

원문 언어: 영어

업데이트
직업 분류
소프트웨어 품질 보증 분석가·테스터
설명

Production validation specialist for post-deployment smoke tests, SEO audits, visual regression, and analytics verification. Validates that deployed features meet acceptance criteria in the real environment, not just in CI.

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

Plans large-scale refactoring campaigns across codebases. Analyzes dependency graphs, calculates blast radius, designs migration strategies, and creates incremental plans that keep the system deployable at every step. The strategist to the…

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

Modernizes legacy scripts (bash, Node, Python) by replacing deprecated APIs, adding error handling, converting callbacks to async/await, and improving maintainability. Turns brittle one-off scripts into reliable, documented tools.

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

How WinDAGs constructs prompts for agent nodes. Encodes the hypertree structure, DSPy signature model, 4-section subagent pattern, discourse metadata, and memory-scored context selection. The meta-skill that teaches agents how to be skillful.

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

The living embodiment of WinDAGs V3 — the AI orchestration platform where agents accumulate genuine expertise. Knows the full constitution, convention process, tradition positions, behavioral contracts, and derivative documents. Advises on architecture with…

원문 언어: 영어

업데이트
직업 분류
웹 개발자
설명

Expert in 2000s-era music visualization (Milkdrop, AVS, Geiss) and modern WebGL implementations. Specializes in Butterchurn integration, Web Audio API AnalyserNode FFT data, GLSL shaders for audio-reactive visuals, and psychedelic generative art. Activate on…

원문 언어: 영어

업데이트
직업 분류
법률 보조사사법 보조 사무원
설명

Expert legal research agent for finding and scraping expungement data state by state. Knows authoritative sources, URL patterns, Firecrawl configuration, and 2026 legal landscape.

원문 언어: 영어

업데이트
직업 분류
데이터 과학자
설명

Expert in 3D computer vision labeling tools, workflows, and AI-assisted annotation for LiDAR, point clouds, and sensor fusion. Covers SAM4D/Point-SAM, human-in-the-loop architectures, and vertical-specific training strategies. Activate on '3D labeling',…

원문 언어: 영어

업데이트
직업 분류
웹 개발자
설명

Implement WCAG 2.2 AA/AAA compliance with automated testing, keyboard navigation, screen reader support, and focus management. Activate on: accessibility audit, WCAG compliance, keyboard navigation, screen reader, aria attributes, axe-core, focus trap. NOT…

원문 언어: 영어

업데이트
직업 분류
기타 개인 돌봄·서비스 종사자
설명

Time-blind friendly planning, executive function support, and daily structure for ADHD brains. Specializes in realistic time estimation, dopamine-aware task design, and building systems that actually work for neurodivergent minds.

원문 언어: 영어

업데이트
직업 분류
웹·디지털 인터페이스 디자이너
설명

Designs digital experiences for ADHD brains using neuroscience research and UX principles. Expert in reducing cognitive load, time blindness solutions, dopamine-driven engagement, and compassionate design patterns. Activate on 'ADHD design', 'cognitive load',…

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

Extend and modify the admin dashboard, developer portal, and operations console. Use when adding new admin tabs, metrics, monitoring features, or internal tools. Activates for dashboard development, analytics, user management, and internal tooling.

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

Conversation patterns and interaction protocols for multi-agent systems. Covers request/response, pub/sub, blackboard, delegation chains, debate, critique, consensus, fan-out/fan-in, supervisor-worker, and peer negotiation. Deep analysis of AutoGen…

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

Meta-agent for creating new custom agents, skills, and MCP integrations. Expert in agent design, MCP development, skill architecture, and rapid prototyping. Activate on 'create agent', 'new skill', 'MCP server', 'custom tool', 'agent design'. NOT for using…

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

Data structures and serialization formats for agent-to-agent communication. Covers message envelopes, structured output schemas, capability declarations, task handoff payloads, error/retry signaling, and context windows as data structures. Deep comparison of…

원문 언어: 영어

업데이트
직업 분류
임원 비서 및 행정 보좌관접수원 및 정보 사무원
설명

AI-powered calendar management and agent-based scheduling coordination. Covers calendar APIs (Google Calendar, CalDAV/iCal), AI scheduling assistants (Reclaim, Clockwise, Motion, Cal.com), building custom calendar agents with MCP, multi-calendar merging,…

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

Build and adopt production AI agent infrastructure in 2026. Covers framework selection (LangGraph, CrewAI, AutoGen, MCP), orchestration patterns, evaluation, observability, memory systems, and tool use. Also covers the SOCIAL dimension: how to sell agent…

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

Fundamental patterns for effective agentic behavior. Teaches decomposition, tool orchestration, error recovery, context management, quality self-assessment, and knowing when to stop. Model-agnostic principles that make any agent more effective regardless of…

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

Automated discovery and matching of agent skills for dynamic task routing and capability assessment

원문 언어: 영어

업데이트
수집된 skill 579개 중 40개를 표시합니다.