원클릭으로
stharrold-templates
stharrold-templates에는 stharrold에서 수집한 skills 7개가 있으며, 저장소 수준 직업 범위와 사이트 내 skill 상세 페이지를 제공합니다.
이 저장소의 skills
Run academic literature searches on Google Scholar Labs through the user's own authenticated Chrome, then extract the papers and citations found. Use this whenever the user wants to search Google Scholar, find peer-reviewed sources or citations for a claim, answer a research question with the literature, or gather academic evidence, even if they don't name "Scholar Labs" explicitly. Especially important because Scholar Labs has a strict ~3-queries-per-day quota: this skill prevents wasting queries on malformed searches and on re-reads that cost nothing. Do NOT use for general web search, fetching one known URL, or reading a PDF the user already has.
Autonomously drive a Python repo's release end to end through the contrib -> develop -> release -> main branch topology, with review/CI gates and an explicit human confirm before promoting to production. Use when the user says "cut a release", "ship this", "run the release pilot", "release vN.N.N", or asks to drive a PR through to main. Derives all phase/progress from git state -- no TODO files, no state database.
Shared utilities for file deprecation, directory structure creation, archive management, skill scaffolding, pre-commit hooks, version validation, and VCS abstraction (GitHub/Azure DevOps via release_lib.vcs). Used by all other skills. Use when: Need shared utilities, deprecating files, archiving files, creating skill scaffolds, running VCS operations. Triggers: deprecate, archive, create directory, create skill, VCS operations
Meta-skill (Phase 0) for bootstrapping new repositories with workflow system. Interactive callable tool that copies skills, documentation, and standards from source repository. Use when: Starting a new project that needs the workflow system Triggers: "initialize new repository", "bootstrap workflow", "replicate workflow system"
Manages git operations: worktree creation, branch management, commits, PRs, and semantic versioning (shim over release_lib.semver). Use when: Creating branches/worktrees, committing, pushing, versioning Triggers: create worktree, commit, push, rebase, version, PR
Detects Python project configuration and provides commands for testing, building, coverage, and containerization. Use when: Starting workflow, detecting project stack, need TEST_CMD Triggers: detect stack, what commands, initial setup Outputs: TEST_CMD, BUILD_CMD, COVERAGE_CMD, COVERAGE_CHECK, MIGRATE_CMD
Audit and enforce the CLAUDE.md discipline rubric introduced in stharrold-templates v8.9. Finds low-value stub files, oversized CLAUDE.md files, and dated section headers; reports actionable cleanup suggestions; optionally fails CI when thresholds are exceeded. Use when: starting work on CLAUDE.md files, before tagging a release, or as a periodic docs-hygiene check in CI. Triggers: audit CLAUDE.md, lint CLAUDE.md, find CLAUDE.md stubs, check CLAUDE.md discipline Outputs: a report listing files by category (stubs, oversized, dated, clean) and their line counts. Exits non-zero when thresholds are exceeded.