William Thorsen
Community@williamthorsen · Penticton, Canada
William Thorsen maintains a skill registry for orchestrated software development: pull request lifecycle, code review, ticket management, knowledge-base curation, and testing conventions.
Agent Skills by William Thorsen
Showing 64 vetted skills indexed across 1 GitHub repositories.
office-game-feel
Designs animation, movement, and interaction patterns for an Excalibur.js office visualization.
office-visual-design
Guides visual design decisions for a pixel-art office visualization using LimeZu tilesets.
create-devlog
Generate a devlog entry summarizing recent commits or working-tree changes.
review-permissions
Recommends updates to the Claude Code permissions allow list based on session commands.
merge-gh-pr
Merges GitHub pull requests via gh CLI with pre-merge validation and artifact recording.
revise-comments
Revise code comments in target files per comment-discipline rules, editing in place.
capture-feedback
Records user feedback on agent behavior as tagged guidance-refinement candidates in a knowledge base.
revise-prose
Sweep repository prose against writing rules and repair violations through dispatched subagents.
refine-plan
Reviews and revises implementation plans for completeness and correctness against ticket requirements.
plan-orchestrable-steps
Decomposes a story into independently orchestrable implementation steps with interactive planner feedback.
wrap-up
Creates tickets, posts insights, and generates devlogs for deferred session work.
create-commit
Compose and record a git commit for one logical unit of work.
kb-curate
Audit a knowledge base for wikilink, tag, taxonomy, and verification hygiene defects.
create-bitbucket-pr
Creates a Bitbucket pull request from prepared title, body, and branch inputs.
people-report
Generate headcount, attrition, diversity, and org health reports from employee CSV data.
condense-branch
Squash branch commits into a single commit with a synthesized message.
systematic-debugging
Diagnose bugs through four-phase root cause investigation before proposing fixes.
orchestrate-review
Runs a review-only pipeline on existing branch changes via the orchestrate engine.
create-gh-pr
Creates a GitHub pull request via the gh CLI from pre-resolved delegate inputs.
migrate-feedback-memories
Route per-project feedback memories to capture, retain, or delete destinations via a bundled enumerator.
orchestrate-dev
Runs a full development pipeline covering architecture, planning, implementation, and iterative code review.
review-branch
Reviews branch changes against a diff base and saves a scored review artifact.
add-test-ids
Adds data-test-id attributes to new and modified React components.
upgrade-dependencies
Upgrade package.json dependencies through structured detection, triage, execution, and verification.
Frequently Asked Questions About William Thorsen
FAQPage SchemaWhat tasks can I perform with William Thorsen's skills?▼
You can run the full development cycle: create implementation plans from tickets, classify ticket complexity, implement plans, review branches and pull requests on GitHub or Bitbucket, squash and merge commits, update Jira issues, curate a knowledge base, and generate devlogs and session summaries.
Who are these skills designed for?▼
Software engineers and technical leads working in ticket-driven repositories with GitHub or Bitbucket hosting, Jira issue tracking, and Jest/TypeScript test suites. Skills like orchestrate-dev, review-pr, and people-report also serve engineering managers needing headcount, attrition, and diversity reporting.
How do the orchestration skills run in practice?▼
Invoke orchestrate-dev for the full architecture-planning-implementation-review cycle, or orchestrate-review for review-only passes on existing branch changes. The orchestrate engine dispatches specialized subagents such as orchestrated-planner, orchestrated-coder, and aspect reviewers, emitting lifecycle events via emit-event.
What dependencies and prerequisites do the skills require?▼
Many skills declare explicit dependencies: review-branch requires emit-event and review-criteria; plan requires testing-conventions; orchestrate requires nine subagents. Platform skills need GitHub or Bitbucket access, update-jira-ticket supports acli or contentFormat-based Jira surfaces, and some skills target specific harnesses like claude or rovo.
How does the knowledge base system work?▼
kb-add captures notes via agent-mediated classification, kb-retrieve and kb-retrieve-events return ranked assertions and events with freshness and supersession signals, kb-edit applies single mechanical mutations, and kb-curate audits vault-wide hygiene including broken wikilinks, hardcoded paths, and supersede-chain defects.