uroshcs-skills
v0.1.0Uros's personal workflow skills. Includes 18 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
claude plugin marketplace add IchenDEV/agent-plugin-mkt
claude plugin marketplace update agent-plugin-marketplace
claude plugin install uroshcs-skills@agent-plugin-marketplacePaste 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/skillsClone 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
├── .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
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".
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.
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.
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.
Respond to a GitHub issue.
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.
A relentless interview to sharpen a plan or design.
A relentless interview to sharpen a plan or design, which also creates docs (ADR's and glossary) as we go.
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.
Compact the current conversation into a handoff document for another agent to pick up.
Implement a piece of work based on a spec or set of tickets.
Scan a codebase for deepening opportunities, present them as a visual HTML report, then grill through whichever one you pick.
Review the unstaged changes in the current branch.
Teach the user a new skill or concept, within this workspace.
Turn the current conversation into one or more specs.
Cut AI tells from any writing.
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.
Use when the task you are working on requires writing tests.
Plugin manifests1
{
"name": "uroshcs-skills",
"version": "0.1.0",
"description": "Uros's personal workflow skills",
"author": {
"name": "Uros"
}
}For maintainers
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)