Skip to main content
Ejecuta cualquier Skill en Manus
con un clic
Repositorio de GitHub

stharrold-templates

stharrold-templates contiene 7 skills recopiladas de stharrold, con cobertura ocupacional por repositorio y páginas de detalle dentro del sitio.

skills recopiladas
7
Stars
1
actualizado
2026-06-14
Forks
0
Cobertura ocupacional
1 categorías ocupacionales · 100% clasificado
explorador de repositorios

Skills en este repositorio

scholar-labs-search
Desarrolladores de software

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.

2026-06-14
release-pilot
Desarrolladores de software

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.

2026-06-14
workflow-utilities
Desarrolladores de software

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

2026-06-14
initialize-repository
Desarrolladores de software

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"

2026-06-14
git-workflow-manager
Desarrolladores de software

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

2026-06-14
tech-stack-adapter
Desarrolladores de software

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

2026-06-14
claude-md-hygiene
Desarrolladores de software

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.

2026-04-05