Back to tags
Tag

Agent Skills with tag: developer-productivity

13 skills match this tag. Use tags to discover related Agent Skills and explore similar workflows.

clean-commits

Use when committing code - ensures atomic, descriptive commits that leave the codebase in a merge-ready state at every point

atomic-commitscommit-messagecode-qualitygit
troykelly
troykelly
1

code-simplifier

Use when asked to simplify recently changed code without changing behavior or explicitly asked to run the code-simplifier subagent.

code-simplificationrefactoringcode-cleanupdeveloper-productivity
troykelly
troykelly
1

session-start

Use at the beginning of every work session - establishes context by checking GitHub project state, reading memory, verifying environment, and orienting before starting work

context-managementenvironment-setupproject-statesession-initialization
troykelly
troykelly
1

terminal-title

Automatically updates terminal window title to reflect the current high-level task. Use at the start of every Claude Code session when the user provides their first prompt, and whenever the user switches to a distinctly new high-level task. Helps developers manage multiple Claude Code terminals by providing clear, at-a-glance identification of what each terminal is working on.

terminaldeveloper-productivitytask-managementautomation
prof-ramos
prof-ramos
0

use-graphite

Manage stacked PRs with Graphite CLI (gt) instead of git push/gh pr create. Auto-detects Graphite repos and blocks conflicting commands with helpful alternatives. Use when: (1) About to run git push or gh pr create in a Graphite repo, (2) Creating a new branch for a feature, (3) Submitting code for review, (4) Large changes that should be split into reviewable chunks, (5) Hook blocks your git command and suggests gt equivalent. NOT for: repos not initialized with Graphite, git add/commit/status/log. Triggers: git push blocked, gh pr create blocked, create branch, submit PR, stacked PRs, split large PR, gt create, gt submit, graphite workflow.

gitpull-requestsclistacked-prs
LukasStrickler
LukasStrickler
0

gh-search

Use when searching GitHub via CLI for issues, PRs, repos, code, or commits - provides correct syntax for exclusions, qualifiers, quoting, and platform-specific handling to avoid command failures

githubclisearchversion-control
aaddrick
aaddrick
3

git-commit

Create git commits with succinct technical messages. Activates when user requests git commit creation.

gitcommit-messageversion-controlcli
Shavakan
Shavakan
21

tracking-technical-debt

Use when you notice code problems while working on something else - links code markers to beads so issues don't get lost. Triggers on "I see a problem but can't fix it now."

technical-debtcode-smellissue-trackingcode-markers
snits
snits
12

dev-workflows

Use when running builds, executing tests, or improving developer experience workflows - provides structured guidance for build/test execution and DX improvement.

build-automationtest-executiondeveloper-experiencedeveloper-guidance
NickCrew
NickCrew
52

leta

Fast semantic code navigation via LSP. Load FIRST before ANY code task - even 'simple' ones. Trigger scenarios: (1) fixing lint/type/pyright/mypy warnings or errors, (2) fixing reportAny/reportUnknownType/Any type errors, (3) adding type annotations, (4) refactoring or modifying code, (5) finding where a function/class/symbol is defined, (6) finding where a symbol is used/referenced/imported, (7) understanding what a function calls or what calls it, (8) exploring unfamiliar code or understanding architecture, (9) renaming symbols across codebase, (10) finding interface/protocol implementations, (11) ANY task where you'd use ripgrep to find code or read-file to view a function. Use `leta show SYMBOL` instead of read-file, `leta refs SYMBOL` instead of ripgrep for usages, `leta grep PATTERN` instead of ripgrep for definitions, `leta files` instead of list-directory.

language-server-protocolcode-navigationrefactoringcode-search
andreasjansson
andreasjansson
1

developer-onboarding

Creating effective developer onboarding experiences

developer-guidancedeveloper-productivityonboardingtraining
pluginagentmarketplace
pluginagentmarketplace
1

developer-support

Supporting developers through technical assistance and community help

developer-guidancecommunity-supporttechnical-assistancedeveloper-productivity
pluginagentmarketplace
pluginagentmarketplace
1

refactoring

Detect code smells and apply safe refactoring techniques

code-smellcode-refactoringcode-qualitydeveloper-productivity
pluginagentmarketplace
pluginagentmarketplace
11