Skip to main content
umbraco
GitHub クリエイタープロフィール

umbraco

11 件の GitHub リポジトリにある 161 件の収集済み skills をリポジトリ単位で表示します。

収集済み skills
161
リポジトリ
11
更新
2026年8月13日
リポジトリマップ

skills がある場所

収集済み skill 数が多いリポジトリを、このクリエイターカタログ内の比率と職業範囲とともに表示します。

ここでは上位 8 件のリポジトリを表示しています。完全なリストは下に続きます。
リポジトリエクスプローラー

リポジトリと代表的な skills

umbraco-skill-test-runner
ソフトウェア品質保証アナリスト・テスター

Run tests from skill examples and generate a report (project)

2026年7月4日
umbraco-skill-validator
ソフトウェア品質保証アナリスト・テスター

Validate links and references in SKILL.md files using deterministic scripts

2026年7月4日
umbraco-backoffice
ソフトウェア開発者

Umbraco backoffice extension customisation - complete working examples showing how extension types combine

2026年7月4日
umbraco-extension-template
ソフトウェア開発者

Create new Umbraco backoffice extensions using the official dotnet template

2026年7月3日
umbraco-quickstart
ソフトウェア開発者

Quick setup for Umbraco extension development - creates instance, extension, and registers it

2026年7月3日
umbraco-version-guard
ソフトウェア開発者

Deterministically verify that the Umbraco major of the site you are working on matches the major these skills target. Run this FIRST, before any Umbraco backoffice work, to avoid mixing guidance across Umbraco majors (e.g. 17 vs 18 vs 19). Trigger on the…

2026年7月3日
umbraco-skill-evaluator
その他コンピュータ職

Run quantitative + qualitative evaluations on an existing Claude skill. Use this whenever the user wants to test, benchmark, eval, validate, regression-check, or measure the value of a skill they've already drafted — including phrases like "run evals on this…

2026年7月3日
umbraco-skill-code-analyzer
ソフトウェア品質保証アナリスト・テスター

Analyze code examples in SKILL.md files for correctness using static analysis and TypeScript compilation

2026年7月3日
収集済み skill 79 件中 8 件を表示しています。
umb-review
未分類

Automated PR code review for Umbraco CMS. Analyzes changed files for intent, impact on consumers, breaking changes, architecture compliance, and code quality. Non-interactive — outputs a full structured review. Use this skill whenever the user asks to review…

2026年8月13日
umb-update-openapi
ソフトウェア開発者

Regenerate the Management API OpenApi.json for Umbraco CMS from a running backend, and optionally regenerate the backoffice hey-api client so its generated types match. Proactively offer to run this at the end of any work that adds, removes, or changes…

2026年7月30日
general-add-value-summary
ソフトウェア開発者

Add a value summary extension so a feature's typed value can be displayed compactly in collection views (e.g., table columns). Use when a feature or property editor already has a value type and needs a renderer for collection table cells. Two variants —…

2026年7月21日
general-add-localization
ソフトウェア開発者

Add localization keys and use them in elements or controllers. Use when adding user-facing text that should be translatable — labels, descriptions, error messages, button text, status text, or any string shown in the backoffice UI.

2026年7月7日
umb-update-server-dependencies-for-minor
ソフトウェア開発者

Update all server-side (NuGet) dependencies to their latest minor/patch versions for the current branch's version line, then open a PR. Runs dotnet-outdated, bumps minors and patches only (never majors; never moves a stable package onto a pre-release), syncs…

2026年7月3日
umb-release-notes
ソフトウェア開発者

Improve a set of auto-generated GitHub release notes for an Umbraco CMS release. Cross-checks the notes against every PR carrying the release label, adds any that are missing, re-files every PR under the most appropriate category, and strips purely-internal…

2026年6月15日
umb-bump-version
ソフトウェア開発者

Bump the Umbraco CMS version across all required files. Use when the user asks to bump, update, or set the version number — e.g., "bump version to 17.3.4", "set version to 18.0.0-rc", "update version". Accepts the target version as an argument.

2026年5月6日
general-add-value-type
ソフトウェア開発者

Add a new value type — a named, typed string constant that extends UmbValueTypeMap. Use when a feature needs to declare what type of value it holds so it can be referenced in collection columns or value summary manifests. Also use when a property editor needs…

2026年5月6日
収集済み skill 16 件中 8 件を表示しています。
ops-install
その他コンピュータ職

Onboard a repo to the engine, and prove it is covered. Detects the repo's setup, writes the facts detection cannot reach to `.claude/ops-repo-meta.json`, reports capability coverage against the catalog (present / inherited / missing), scaffolds a stub for…

2026年7月30日
ops-repo-meta
その他コンピュータ職

Ambient facts about this repo and its family, returned as structured data: `identity` (repo, default branch, the trigger labels), `topology` (which repo fills the `code` / `issues` / `releases` / `learnings` role), and `lines` (the live version lines, which…

2026年7月29日
ops-port-loop
ソフトウェア開発者

Land a change that has already shipped on one line onto this repo's other live lines. Fired by the port label on a merged PR, or by `ops-merge-loop` straight after it lands one. Works out the target lines from the repo's declared port order — never from a…

2026年7月29日
new-loop-routine
その他コンピュータ職

Stand up the standardised loop automation for a repo — one loop-dispatch routine per repo, fired by a committed GitHub Action (not UI event triggers), with identical env, model, tools, connections, and a thin prompt every time. The Action routes at the edge…

2026年7月29日
github-ops
ソフトウェア開発者

Shared how-to for GitHub operations in both environments this system runs in — locally with the `gh` CLI + `git`, and on Claude web / in scheduled routines with the GitHub MCP server (`mcp__github__*`, no `gh` there). One operation catalog, two reference…

2026年7月29日
ops-release-loop
ソフトウェア開発者

Event-triggered release with no mid-flow human approval, guarded by two automated gates: green CI, then an Opus pre-publish review against a repo-overridable checklist. When an issue titled `release <version>` is labelled `ops/auto-release`, it commands…

2026年7月29日
ops-issue-loop
ソフトウェア開発者

Turns a repo's `ops/ready-for-ai` backlog into CI-green PRs by commanding `ops-change` (implement → verify) per issue. It owns the loop only — the queue, the `/goal`, rolling cap-3 dispatch, model choice per issue, the CI-green cap and the backstops — and…

2026年7月29日
ops-branching
ソフトウェア開発者

This repo's branch model, and the only holder of it. Merges a PR with whichever strategy the model calls for, opens a PR onto the correct base for its line, and starts a work branch rooted correctly. The integration branches, the release base and the merge…

2026年7月29日
収集済み skill 16 件中 8 件を表示しています。
add-provider
ソフトウェア開発者

Scaffolds a new AI provider package (Umbraco.AI.X) following the established provider plugin pattern. Use when adding support for a new AI vendor (e.g., Cohere, Groq, xAI, DeepSeek). Covers code, config, marketplace metadata, install scripts, and CI…

2026年7月1日
demo-site-management
ソフトウェア開発者

Manages the Umbraco.AI demo site for development. Handles starting with DemoSite-Claude profile, port discovery via named pipes, and OpenAPI client generation. Use when starting, stopping, or checking the demo site, or when generating OpenAPI clients for…

2026年7月1日
release-management
ソフトウェア開発者

Orchestrates the complete release preparation process - detects changed products, analyzes commits for version bumps, updates version.json files, generates manifests and changelogs, and creates release branches. Use when preparing a new release.

2026年6月25日
worktree-merge
ソフトウェア開発者

Merge a feature worktree branch into the appropriate vN/dev and clean up. Use for lightweight features that don't need a PR — merges locally, pushes, then removes the worktree and branch.

2026年6月25日
post-release-cleanup
ソフトウェア開発者

Merges a release or hotfix branch back into vN/main and vN/dev, bumps version.json on vN/dev so nightly builds produce versions higher than the released version, and optionally deletes the release branch. If the release is a new major version, creates the new…

2026年6月25日
worktree-cleanup
ソフトウェア開発者

Clean up a git worktree and its local branch after a feature has been merged. Use after a PR is merged or a feature branch is no longer needed.

2026年4月7日
changelog-management
ソフトウェア開発者その他コンピュータ職

Generates changelogs for products from conventional commit history. Use when preparing a release, updating release documentation, or previewing unreleased changes before creating a release branch.

2026年4月2日
checkout-pr
ソフトウェア開発者

Check out a pull request into an isolated git worktree. Use when you want to review, test, or inspect a PR without affecting your current working directory.

2026年4月2日
収集済み skill 14 件中 8 件を表示しています。
build-tools
ソフトウェア開発者

Build MCP tool collections from discovered API groups. Reads .discover.json and generates tools and collection registrations. Use after running 'npx @umbraco-cms/create-umbraco-mcp-server discover'.

2026年7月29日
build-tools-tests
ソフトウェア品質保証アナリスト・テスター

Build integration tests for MCP tool collections. Reads .discover.json and creates test setup, builders, helpers, and test files per collection. Use after running '/build-tools'.

2026年7月29日
mcp-patterns
ソフトウェア開発者

Load MCP development patterns and best practices for building tools with the @umbraco-cms/mcp-server-sdk. Use when starting tool development or needing pattern reference.

2026年7月29日
add-eval
ソフトウェア品質保証アナリスト・テスター

Add or update an LLM eval test for a specific tool or collection. Creates a new eval scenario or updates an existing one to cover new tools. Use when adding eval coverage for new or modified tools.

2026年7月28日
add-tool
ソフトウェア開発者

Add a new tool to an existing MCP collection. Creates the tool file, updates the collection index, optionally adds integration tests and eval tests. Use when adding new API endpoints to collections already created by '/build-tools'.

2026年7月28日
build-evals
ソフトウェア品質保証アナリスト・テスター

Build LLM eval tests for MCP tool collections. Reads .discover.json and creates eval setup and scenario test files per collection. Use after running '/build-tools'.

2026年7月28日
discuss-mcp
ソフトウェア開発者

Advisory skill for reflecting on and improving an MCP server — trace analysis, chained tool design, and behavioral coverage review.

2026年7月28日
mcp-testing
ソフトウェア品質保証アナリスト・テスター

Load MCP eval testing patterns using @umbraco-cms/mcp-server-sdk/evals. Use when writing LLM-based acceptance tests for MCP tools.

2026年7月28日
収集済み skill 14 件中 8 件を表示しています。
ops-branching
ソフトウェア開発者

This repo's branch model, and the only holder of it. Merges a PR with whichever strategy the model calls for, opens a PR onto the correct base for its line, and starts a work branch rooted correctly. The integration branches, the release base and the merge…

2026年7月29日
ops-workspace
ソフトウェア開発者

An isolated place to build and test one change in Umbraco.Automate — a git worktree under `.claude/worktrees/`, rooted on the target line's integration branch, with the local config files a build needs — and the teardown that removes it. Prepared and torn…

2026年7月29日
ops-change
ソフトウェア開発者

Build one change in Umbraco.Automate: implement it on a `vN/feature/*` branch, prove it with `dotnet build` + the affected product's tests and its dependents' tests, and close the issue once it has landed on every line a human confirmed as a target. Ports are…

2026年7月28日
ops-release
ソフトウェア開発者

Ship an Umbraco.Automate release for one version line. Delegates the mechanics to the repo's existing skills — `/release-management` for planning and cutting, `/post-release-cleanup` for the sync — then waits for the Azure pipeline, tags per product and per…

2026年7月28日
demo-site-management
ソフトウェア開発者

Manages the Umbraco.Automate demo site for development. Handles starting with DemoSite-Claude profile, port discovery via named pipes, and stopping. Use when starting, stopping, or checking the demo site.

2026年6月29日
changelog-management
ソフトウェア開発者

Generates changelogs for products from conventional commit history. Use when preparing a release, updating release documentation, or previewing unreleased changes before creating a release branch.

2026年6月25日
post-release-cleanup
ソフトウェア開発者

Merges a release or hotfix branch back into its version line's vN/main and vN/dev, bumps version.json on vN/dev so nightly builds produce versions higher than the released version, and optionally deletes the release branch. Creates the next major's vN+1 line…

2026年6月25日
release-management
ソフトウェア開発者

Orchestrates the complete release preparation process - detects changed products, analyzes commits for version bumps, updates version.json files, generates manifests and changelogs, and creates release branches. Use when preparing a new release.

2026年6月25日
収集済み skill 10 件中 8 件を表示しています。
umbraco-skill-evaluator
未分類

Run quantitative + qualitative evaluations on an existing Claude skill. Use this whenever the user wants to test, benchmark, eval, validate, regression-check, or measure the value of a skill they've already drafted — including phrases like "run evals on this…

2026年8月4日
umbraco-reference-instance
未分類

Boot the committed reference Umbraco site and prove that a skill's produced code actually runs. Use this whenever you want to run/validate an implementation or content-modelling skill against a real, running Umbraco instance — e.g. "test the sitemap skill in…

2026年8月4日
umbraco-skill-author
未分類

A framework for authoring Umbraco skills in THIS marketplace: how to structure, scaffold, write, and audit a skill so it matches the house conventions. Use this whenever the user wants to start or build a new skill for the Umbraco marketplace, e.g. "make a…

2026年8月4日
umbraco-custom-error-pages
未分類

Implement custom 404 and 500 error pages in Umbraco 16.1+. Offers two 404 approaches: a multi-site-aware IContentLastChanceFinder (default) and the official docs' zero-code Error404Collection config; 500s use a shared MVC controller. Trigger: user asks to…

2026年8月4日
umbraco-sitemap
未分類

Add an XML sitemap to an Umbraco 17+ site. Offers two approaches: the official docs Razor-template + Document Type approach, and a custom cached API controller that needs no backoffice setup. Use this skill whenever the user asks to add, create, build,…

2026年8月4日
11 件中 11 件のリポジトリを表示
すべてのリポジトリを表示しました