Skip to main content

这个仓库中的 skills

cristoslc/south-portland-school-budget-FY27 - 第 2 页

SkillsMP 已收集 cristoslc/south-portland-school-budget-FY27 中的 68 个 Skill。打开任一 Skill 可查看来源和详情。

cristoslc/south-portland-school-budget-FY27

已展示 28 / 68 个已收集 Skill。

职业分类
项目管理专家
描述

Automated retrospectives — captures learnings at EPIC completion and on manual invocation. EPIC-scoped retros embed a Retrospective section in the EPIC artifact. Cross-epic and time-based retros produce standalone retro docs. Triggers on: 'retro',…

原文语言:英语

更新
职业分类
项目管理专家
描述

Refresh and display the project roadmap. Regenerates ROADMAP.md from the artifact graph (quadrant chart, Eisenhower tables, Gantt timeline, dependency graph), creates it if missing, and opens it for review. Use when the user says 'roadmap', 'show roadmap',…

原文语言:英语

更新
职业分类
档案文员
描述

Trove collection and normalization for swain-design artifacts. Collects sources from the web, local files, and media (video/audio), normalizes them to markdown, and caches them in reusable troves. Use when researching a topic for a spike, ADR, vision, or any…

原文语言:英语

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

Run all security scanners against the project and produce a unified, severity-bucketed report. Orchestrates gitleaks (secrets), osv-scanner/trivy (dependency vulns), semgrep (static analysis), context-file injection scanner (built-in), and repo hygiene checks…

原文语言:英语

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

Session management — restores terminal tab name, user preferences, and context bookmarks on session start. Auto-invoked at session start via AGENTS.md. Also invokable manually to set focus, bookmark context, remember where I am, check session info, rename the…

原文语言:英语

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

Tmux workspace manager — invoke to set up workspace layout, manage panes, or update MOTD status. Creates layout presets (review, browse, focus), opens editor/browser/shell panes, and runs an animated MOTD status panel. Use when the user says 'set up…

原文语言:英语

更新
职业分类
项目管理专家
描述

Cross-cutting project status dashboard. Shows active epics with progress ratios, actionable next steps, blocked items, in-progress tasks, GitHub issues, and session context. Produces rich terminal output with clickable links. Triggers on: 'project status',…

原文语言:英语

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

Fetch upstream, merge (worktree) or rebase (tracked branch), stage all changes, enforce gitignore hygiene, run ADR compliance checking on modified artifacts, rebuild stale artifact indexes, generate a descriptive commit message from the diff, commit, and push…

原文语言:英语

更新
职业分类
项目管理专家
描述

Create, validate, and transition documentation artifacts (Vision, Initiative, Epic, Spec, Spike, ADR, Persona, Runbook, Design, Journey) through lifecycle phases. Handles spec writing, feature planning, epic creation, initiative creation, ADR drafting,…

原文语言:英语

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

Auto-invoked at session start when swain-preflight detects issues. Also user-invocable for on-demand health checks. Validates project health: governance rules, tool availability, memory directory, settings files, script permissions, .agents directory, and…

原文语言:英语

更新
职业分类
市场调研分析师与营销专员
描述

Trove collection and normalization for swain-design artifacts. Collects sources from the web, local files, and media (video/audio), normalizes them to markdown, and caches them in reusable troves. Use when researching a topic for a spike, ADR, vision, or any…

原文语言:英语

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

Tmux workspace manager — invoke to set up workspace layout, manage panes, or update MOTD status. Creates layout presets (review, browse, focus), opens editor/browser/shell panes, and runs an animated MOTD status panel. Use when the user says 'set up…

原文语言:英语

更新
职业分类
项目管理专家
描述

Create, validate, and transition documentation artifacts (Vision, Initiative, Epic, Spec, Spike, ADR, Persona, Runbook, Design, Journey) through lifecycle phases. Handles spec writing, feature planning, epic creation, initiative creation, ADR drafting,…

原文语言:英语

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

Dispatch swain artifacts to background agents via GitHub Issues. Creates a GitHub Issue with the artifact content and triggers the Claude Code Action workflow for autonomous implementation. Use when the user wants to offload work to a background agent.

原文语言:英语

更新
职业分类
生产、计划和催办文员
描述

Bootstrap, install, and operate an external task-management CLI as the source of truth for agent execution tracking (instead of built-in todos). Provides the abstraction layer between swain-design intent (implementation plans and tasks) and concrete CLI…

原文语言:英语

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

ALWAYS invoke this skill at the START of every session before doing any other work. Validates project health: governance rules, tool availability, memory directory, settings files, script permissions, .agents directory, and .tickets/ validation. Auto-migrates…

原文语言:英语

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

One-time project onboarding for swain. Migrates existing CLAUDE.md content to AGENTS.md (with the @AGENTS.md include pattern), verifies vendored tk (ticket) for task tracking, configures pre-commit security hooks (gitleaks default), and offers to add swain…

原文语言:英语

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

Per-project SSH key provisioning for git signing and authentication. Generates ed25519 keys, configures git signing, registers on GitHub, and sets up SSH host aliases to bypass global agents (e.g., 1Password).

原文语言:英语

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

Cut a release — detect versioning context, generate a changelog from conventional commits, bump versions, and create a git tag. Use when the user says "release", "cut a release", "tag a release", "bump the version", "create a changelog", or any variation of…

原文语言:英语

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

Automated retrospectives — captures learnings at EPIC completion and on manual invocation. EPIC-scoped retros embed a Retrospective section in the EPIC artifact. Cross-epic and time-based retros produce standalone retro docs. Triggers on: 'retro',…

原文语言:英语

更新
职业分类
档案文员
描述

Trove collection and normalization for swain-design artifacts. Collects sources from the web, local files, and media (video/audio), normalizes them to markdown, and caches them in reusable troves. Use when researching a topic for a spike, ADR, vision, or any…

原文语言:英语

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

Run all security scanners against the project and produce a unified, severity-bucketed report. Orchestrates gitleaks (secrets), osv-scanner/trivy (dependency vulns), semgrep (static analysis), context-file injection scanner (built-in), and repo hygiene checks…

原文语言:英语

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

Session management — restores terminal tab name, user preferences, and context bookmarks on session start. Auto-invoked at session start via AGENTS.md. Also invokable manually to change preferences or bookmark context for the next session.

原文语言:英语

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

Tmux workspace manager — creates layout presets (review, browse, focus), opens editor/browser/shell panes, runs an animated MOTD status panel, and lets the agent directly manage panes during work. Only activates in tmux sessions.

原文语言:英语

更新
职业分类
项目管理专家
描述

Cross-cutting project status dashboard. Shows active epics with progress ratios, actionable next steps, blocked items, in-progress tasks, GitHub issues, and session context. Produces rich terminal output with clickable links. Triggers on: 'status',…

原文语言:英语

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

Fetch upstream, rebase, stage all changes, run ADR compliance check on modified artifacts, generate a descriptive commit message from the diff, commit, and push to the current branch's upstream. Handles merge conflicts by preferring local changes for…

原文语言:英语

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

Update swain skills to the latest version. Use when the user says 'update swain', 'upgrade swain', 'pull latest swain', or wants to refresh their swain skills installation. Runs the skills package manager (npx) with a git-clone fallback, then invokes…

原文语言:英语

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

Stage all changes, generate a descriptive commit message from the diff, commit, and push to the current branch's upstream.

原文语言:英语

更新
已展示 28 / 68 个已收集 Skill。