All authors
synesenom avatar

Claude Skills by synesenom

github.com/synesenom
19 skillsA× 190 installs7 views
BuildA

You are running the full research-to-PR pipeline autonomously: `/research` → `/plan` → `/implement` → `/validate` → `/review` → ship.

developmentbashgit
0
15
CommitA

You are creating a git commit for the current staged and unstaged changes with an AI-generated commit message.

developmentgobash
0
15
CompoundA

You are documenting a solved problem so that future sessions can learn from it.

developmentgobash
0
15
ExploreA

You are doing free-form exploration of a statistical or mathematical topic by combining web research with codebase analysis, documenting findings in a structured exploration note.

developmentgobash
0
15
Fix SmellsA

You are eliminating all code smells in a target file using CodeScene's Code Health analysis as your guide.

testingrustgo
0
15
FixA

You are fixing a straightforward GitHub issue that does not require research or planning — just do the work and ship it.

developmentgobash
0
15
HotfixA

You are applying a small, targeted fix without the full research/plan/implement pipeline.

ai-agentsgobash
0
15
ImplementA

You are executing an approved implementation plan step-by-step.

testinggobash
0
15
NextA

You are picking the most appropriate next issue to work on from the open GitHub backlog.

developmentpythonbash
0
15
PlanA

You are creating a detailed implementation plan based on research findings.

developmentgobash
0
15
PrA

You are creating a GitHub Pull Request for the current branch with an AI-generated summary that highlights non-trivial changes for manual review.

developmentgobash
0
15
PushA

You are pushing local commits to the remote repository.

developmentbashgit
0
15
ReleaseA

You are cutting a versioned release of ranjs: bumping the version, updating the changelog, creating and merging a release PR, and handing off to the GitHub Actions release workflow which tags, publishes to npm, cuts the GitHub release, and rotates the milestone. This skill runs **entirely through GitHub MCP tools** — it needs neither the `gh` CLI nor a local git tag push. Everything the skill cannot do from an MCP-only environment (create the `v*` tag, `npm publish`, cut the GitHub release, r...

toolsgogit
0
15
ResearchA

You are conducting comprehensive codebase research to document what exists without suggesting changes.

developmentgogit
0
15
ResolveA

You are triaging a GitHub issue to pick and launch the fastest, safest workflow: `/hotfix`, `/fix`, or `/build`.

developmentpythongo
0
15
Review PrA

> **Scope:** This skill is for reviewing **externally submitted GitHub PRs** (pull requests opened by contributors on GitHub). It is entirely distinct from: > - `/review` — reviews *local* branch changes before committing; used inside the `/build` pipeline > - `review-security`, `review-correctness`, etc. — internal quality-check subagents spawned by `/review` and `/build`; never invoked by users directly > > Do **not** use this skill during task resolution. It is only for triaging incoming c...

code-qualitybashrails
0
15
ReviewA

You are performing a pre-commit code review of the current branch's changes against `main`.

datagobash
0
15
SuggestA

You are generating and triaging potential future issues by scanning the codebase through specialist agents, deduplicating against existing issues, and letting the user pick which to create.

developmentgobash
0
15
ValidateA

You are validating that a GitHub issue's problem has been fully resolved by the current branch's implementation.

testinggobash
0
15