Agent Plugins Marketplace
All plugins

uroshcs-skills

v0.1.0

Uros's personal workflow skills. Includes 18 skills.

Claude Code18 Skills

By Uros0 GitHub starsUpdated last week

Directory evidence

Runtimes
Claude Code
Parsed components
18 skill or MCP entries
Source updated
Sep 15, 2026
Manifest status
Canonical path parsed

The directory validates manifest shape and source location. It does not execute the plugin or provide a security endorsement. Review the indexing methodology

Install uroshcs-skills for Claude Code

Installs for the current user
claude plugin marketplace add IchenDEV/agent-plugin-mkt
claude plugin marketplace update agent-plugin-marketplace
claude plugin install uroshcs-skills@agent-plugin-marketplace

Paste and run these commands in a terminal with Claude Code. They add and refresh the PluginsMP catalog, then install this plugin.

The installer fetches third-party code from the source repository shown on this page. This directory validates manifest structure and source location, but does not perform a security audit; review the manifest, components, and source before installing.

Get the source manually
git clone https://github.com/UrosHCS/skills

Clone the source repository, then follow its setup instructions to add the plugin to a compatible client. The repository root is the plugin root.

Plugin files

uroshcs-skills/
├── .claude-plugin/plugin.json
├── skills/advanced-review/SKILL.md
├── skills/apply-valid-feedback/SKILL.md
├── skills/codebase-design/SKILL.md
├── skills/domain-modeling/SKILL.md
├── skills/github-issue-response/SKILL.md
├── skills/gitlab-mr-summary/SKILL.md
├── skills/grill-me/SKILL.md
├── skills/grill-with-docs/SKILL.md
├── skills/grilling/SKILL.md
├── skills/handoff/SKILL.md
├── skills/implement/SKILL.md
├── skills/improve-codebase-architecture/SKILL.md
├── skills/review-unstaged-changes/SKILL.md
├── skills/teach/SKILL.md
├── skills/to-specs/SKILL.md
├── skills/unslop/SKILL.md
├── skills/wayfinder/SKILL.md
└── skills/write-tests/SKILL.md

Included Skills18

advanced-reviewskills/advanced-review/SKILL.md

Review the changes since a fixed point (commit, branch, tag, or merge-base) along two axes: Standards (does the code follow this repo's documented coding standards?) and Spec (does the code match what the originating issue/spec asked for?). Runs both reviews in parallel sub-agents and reports them side by side. Use when the user wants to review a branch, a PR, work-in-progress changes, or asks to "review since X".

apply-valid-feedbackskills/apply-valid-feedback/SKILL.md

Evaluate feedback point by point, implement changes for valid points, and report decisions with reasons. Use when the user provides review feedback to triage and apply.

codebase-designskills/codebase-design/SKILL.md

Shared vocabulary for designing deep modules. Use when the user wants to design or improve a module's interface, find deepening opportunities, decide where a seam goes, make code more testable or AI-navigable, or when another skill needs the deep-module vocabulary.

domain-modelingskills/domain-modeling/SKILL.md

Build and sharpen a project's domain model. Use when discussing codebase terminology, writing or editing a CONTEXT.md, or recording or editing an ADR.

github-issue-responseskills/github-issue-response/SKILL.md

Respond to a GitHub issue.

gitlab-mr-summaryskills/gitlab-mr-summary/SKILL.md

Draft a precise GitLab merge-request summary for the current branch against `develop`, then, only on explicit confirmation, push the branch and create or update its GitLab MR. Use when asked to summarize changes for a GitLab MR, prepare an MR description, publish an MR summary, or push a branch with its MR details. Do not use for GitHub pull requests, non-GitLab remotes, or automatic background updates after every push.

grill-meskills/grill-me/SKILL.md

A relentless interview to sharpen a plan or design.

grill-with-docsskills/grill-with-docs/SKILL.md

A relentless interview to sharpen a plan or design, which also creates docs (ADR's and glossary) as we go.

grillingskills/grilling/SKILL.md

Grill the user relentlessly about a plan, decision, or idea. Use when the user wants to stress-test their thinking, or uses any 'grill' trigger phrases.

handoffskills/handoff/SKILL.md

Compact the current conversation into a handoff document for another agent to pick up.

implementskills/implement/SKILL.md

Implement a piece of work based on a spec or set of tickets.

improve-codebase-architectureskills/improve-codebase-architecture/SKILL.md

Scan a codebase for deepening opportunities, present them as a visual HTML report, then grill through whichever one you pick.

review-unstaged-changesskills/review-unstaged-changes/SKILL.md

Review the unstaged changes in the current branch.

teachskills/teach/SKILL.md

Teach the user a new skill or concept, within this workspace.

to-specsskills/to-specs/SKILL.md

Turn the current conversation into one or more specs.

unslopskills/unslop/SKILL.md

Cut AI tells from any writing.

wayfinderskills/wayfinder/SKILL.md

Plan a huge chunk of work — more than one agent session can hold — as a shared map of decision tickets on your issue tracker, and resolve them one at a time until the way to the destination is clear.

write-testsskills/write-tests/SKILL.md

Use when the task you are working on requires writing tests.

Plugin manifests1

.claude-plugin/plugin.json
{
  "name": "uroshcs-skills",
  "version": "0.1.0",
  "description": "Uros's personal workflow skills",
  "author": {
    "name": "Uros"
  }
}

If you maintain this plugin, link to this source-backed listing from your README so users can review its manifest and indexed components.

[uroshcs-skills on Agent Plugins Marketplace](https://pluginsmp.com/plugins/uroshcs-skills)