Agent Skills by Bruce Jackson
Showing 13 vetted skills indexed across 1 GitHub repositories.
create-subagent
Create custom subagents with YAML frontmatter and Markdown prompts for Cursor environments.
migrate-to-skills
Convert Cursor .mdc rules and .md commands into SKILL.md files.
shell
Execute literal shell commands and return exit status and output.
statusline
Configure a CLI status line to render dynamic session context above the prompt.
create-skill
Create, document, and validate Cursor Skills with SKILL.md frontmatter.
create-rule
Create and manage .mdc rule files under .cursor/rules/ with YAML frontmatter.
update-cursor-settings
Modify Cursor/VSCode user settings programmatically while preserving existing configuration.
update-cli-config
View and modify Cursor CLI settings in ~/.cursor/cli-config.json.
create-hook
Create Cursor project or user hooks with hooks.json and scripts.
babysit
Triage GitHub PR comments, resolve merge conflicts, and stabilize CI failures.
tdd
Guide red-green-refactor cycles with integration-style tests through public interfaces.
pr-review
Analyze git diffs and generate PASS or HOLD review reports.
refactor
Restructure code while preserving behavior through small, test-guided changes.