Skip to main content

kinncj/Heimdall

SkillsMP 已收集 kinncj/Heimdall 中的 36 个 Skill。打开任一 Skill 可查看来源和详情。

最近记录的来源活动
SkillsMP 收录数据更新
已收集 skills
36
GitHub 星标
65
GitHub Forks
4

已展示 36 / 36 个已收集 Skill。

职业分类
软件开发工程师
描述

Manage GitHub Projects v2 board: add issues, update field values, and query board state. Use when managing project boards.

原文语言:英语

更新
职业分类
软件质量保证分析师与测试员
描述

Run WCAG 2.2 Level AA accessibility audits against generated UI. Use when a story has ui:true or when asked to audit accessibility.

原文语言:英语

更新
职业分类
网页开发工程师
描述

Generate a complete component file tree wired to design tokens with tests and Gherkin spec. Use when scaffolding a new UI component.

原文语言:英语

更新
职业分类
软件质量保证分析师与测试员
描述

Extract Gherkin scenarios from story markdown files into runnable .feature files and generate step definition stubs. Use when syncing stories to test suites.

原文语言:英语

更新
职业分类
网页开发工程师
描述

Read and write design tokens in W3C DTCG format (tokens.json) and emit CSS, Tailwind, and Mantine outputs. Use when modifying or generating design tokens.

原文语言:英语

更新
职业分类
网络与计算机系统管理员
描述

Apply Docker and Docker Compose best practices for containerising services. Use when writing or reviewing Dockerfiles and compose configs.

原文语言:英语

更新
职业分类
软件开发工程师
描述

Identify and annotate cloud cost implications of architectural decisions. Use when reviewing infrastructure changes or designing new services.

原文语言:英语

更新
职业分类
其他计算机职业
描述

Create, read, update, and link GitHub Issues as story artifacts throughout the story lifecycle. Use when managing issues for stories.

原文语言:英语

更新
职业分类
其他计算机职业
描述

Bootstrap and sync GitHub labels and milestones idempotently. Use when setting up a new repository or syncing label definitions.

原文语言:英语

更新
职业分类
软件质量保证分析师与测试员
描述

Produce valid, consistently named Gherkin story files with correct IDs, timestamps, and tags. Use when writing or updating story files.

原文语言:英语

更新
职业分类
软件开发工程师
描述

Comprehensive gh CLI reference — issues, tasks, PRs, repos, branches, Actions, search, and project board. Use whenever interacting with GitHub.

原文语言:英语

更新
职业分类
技术写作员
描述

Remove AI-isms and artificial language patterns from text. Makes documentation, comments, commit messages, and prose sound more natural and human. Based on Wikipedia's "Signs of AI writing" patterns.

原文语言:英语

更新
职业分类
数据科学家
描述

Apply best practices for Jupyter notebooks: cell ordering, reproducibility, parameterisation. Use when working with .ipynb files.

原文语言:英语

更新
职业分类
软件质量保证分析师与测试员
描述

Audit code changes against Karpathy's 4 principles (Think Before Coding, Simplicity First, Surgical Changes, Goal-Driven Execution). Auto-called after Phase 5 IMPLEMENT; can also be invoked manually. Produces scored compliance report and blocks advancement if…

原文语言:英语

更新
职业分类
网络与计算机系统管理员
描述

Apply Kubernetes and Kustomize patterns for deployments, services, and overlays. Use when writing or reviewing k8s manifests.

原文语言:英语

更新
职业分类
软件开发工程师
描述

Generate and validate Mermaid diagrams (component, sequence, ER, deployment, state machine) for features. Use when documenting architecture.

原文语言:英语

更新
职业分类
网页开发工程师
描述

Scaffold high-fidelity UI component mockups using the project UI stack consuming approved wireframes. Use when implementing approved wireframes.

原文语言:英语

更新
职业分类
其他计算机职业
描述

Universal dispatcher: run a named taffy workflow (.claude/taffy/<name>.yaml), a skill (/skill-name), or a sub-agent (@agent-name). Falls back to skills.sh registry when a skill is not found locally. Tracks all runs in .claude/state/maple.json so the maple TUI…

原文语言:英语

更新
职业分类
软件质量保证分析师与测试员
描述

Use Playwright CLI for interactive browser exploration and snapshot-based interaction. Use when writing or running browser automation tests.

原文语言:英语

更新
职业分类
数据库架构师
描述

Apply PostgreSQL schema, migration, and query patterns with idempotent SQL. Use when writing database schemas or migrations.

原文语言:英语

更新
职业分类
软件开发工程师
描述

Apply Redis data structure, caching, and pub/sub patterns. Use when integrating Redis into a service.

原文语言:英语

更新
职业分类
软件开发工程师
描述

Author and manage Architecture Decision Records (ADRs) in docs/specs/. Use when a significant architectural decision needs to be documented.

原文语言:英语

更新
职业分类
软件质量保证分析师与测试员
描述

Invoke the rubber duck reviewer for a second opinion. Use after planning, after complex multi-file implementations, or after writing tests. Produces a focused CRITICAL/WARN/INFO list and a APPROVE/REQUEST_CHANGES verdict.

原文语言:英语

更新
职业分类
信息安全分析师
描述

Run ship-safe security and quality audit on the current project. Executes npx ship-safe audit . and reports findings by severity. Use before shipping any feature or PR.

原文语言:英语

更新
职业分类
软件开发工程师
描述

Write a Gherkin story file to docs/stories/ for a feature. The story IS the spec. No intermediate PROBLEM/SPEC/PLAN/TASKS artifacts.

原文语言:英语

更新
职业分类
网络与计算机系统管理员
描述

Evaluate operational readiness: SLOs, alerting, runbooks, and rollback plan before launch. Use when reviewing a feature for production readiness.

原文语言:英语

更新
职业分类
软件开发工程师
描述

Maintain bidirectional consistency between story markdown files and GitHub Issues. Use when syncing story status with GitHub.

原文语言:英语

更新
职业分类
软件开发工程师
描述

Apply Stripe API integration patterns: webhooks, idempotency keys, and subscription handling. Use when integrating Stripe payments.

原文语言:英语

更新
职业分类
软件开发工程师
描述

Apply Supabase schema, RLS policies, and edge function patterns. Use when building on Supabase.

原文语言:英语

更新
职业分类
软件质量保证分析师与测试员
描述

Drive development with a red-green-refactor TDD cycle, ensuring tests are written before implementation. Use when implementing any new functionality.

原文语言:英语

更新
职业分类
软件开发工程师
描述

Apply Terraform module structure, state management, and variable patterns for infrastructure as code. Use when writing Terraform.

原文语言:英语

更新
职业分类
信息安全分析师
描述

Perform STRIDE threat modeling for each component and trust boundary and produce a threat register. Use when reviewing a feature for security.

原文语言:英语

更新
职业分类
软件开发工程师
描述

Apply Vercel deployment, edge function, and environment variable patterns. Use when deploying to Vercel.

原文语言:英语

更新
职业分类
网页与数字界面设计师
描述

Produce a coherent visual identity (palette, typography, spacing, radius) from a brief and serialise to JSON for the design-tokens skill. Use when establishing brand identity.

原文语言:英语

更新
职业分类
网页与数字界面设计师
描述

Generate low-fidelity wireframes (ASCII, SVG, or HTML) from user story files. Use when creating wireframes for UI stories.

原文语言:英语

更新
职业分类
其他计算机职业
描述

Universal dispatcher: run a named taffy workflow (.claude/taffy/<name>.yaml), a skill (/skill-name), or a sub-agent (@agent-name). Falls back to skills.sh registry when a skill is not found locally. Tracks all runs in .claude/state/maple.json so the maple TUI…

原文语言:英语

更新
已展示 36 / 36 个已收集 Skill。