notwillk avatar

notwillk

Community

@notwillk

7Followers
|
66Public Repos
|
19Published Skills

notwillk maintains open-source skills for devcontainer configuration, moonrepo monorepo management, Git repository hygiene, and agent skill scaffolding.

Skills Distribution
DomainDeveloper To...Devcontainer Confi.. (30%)Monorepo Task Orch.. (25%)Git & CI/CD Pipeli.. (20%)Agent Skill Author.. (15%)

Agent Skills by notwillk

Showing 19 vetted skills indexed across 3 GitHub repositories.

notwillknotwillk

moon

Configure and orchestrate moon monorepo workspaces, tasks, toolchains, and CI pipelines.

Community
Intermediate
notwillknotwillk

debug-task

Diagnose and fix broken, misconfigured, or misbehaving moon tasks.

Community
Advanced
notwillknotwillk

rulesy-workflow

Configure, run, and debug Rulesy workspace health checks defined in YAML.

Community
Intermediate
notwillknotwillk

checksy-workflow

Configure, run, and troubleshoot checksy workspace health checks for development projects.

Community
Advanced
notwillknotwillk

git-workflow-best-practices

Standardizes Git workflows including trunk-based development, PR hygiene, release tagging, and CI/CD alignment for teams restructuring repositories or release policies without external dependencies.

Community
Intermediate
notwillknotwillk

project-structure

Map repository structure and validate checks configuration files.

Community
Intermediate
notwillknotwillk

create-skill

Generate OpenCode skill scaffolds with skill.md frontmatter and starter structure.

Community
Basic
notwillknotwillk

project-commands

Automate build, test, and maintenance tasks defined in a Justfile.

Community
Intermediate
notwillknotwillk

update-devcontainer-config

Read, plan, and apply validated changes to devcontainer.json configurations.

Community
Intermediate
notwillknotwillk

detect-repo-changes

Aggregate git commits, uncommitted changes, and agent knowledge to list changed files.

Community
Intermediate
notwillknotwillk

debug-devcontainer-build

Diagnose devcontainer build failures by analyzing error logs and symptom descriptions.

Community
Advanced
notwillknotwillk

create-devcontainer-config

Bootstrap a minimal devcontainer.json from a base image, Dockerfile, or Docker Compose.

Community
Intermediate
notwillknotwillk

create-github-action

Generate GitHub Actions workflow YAML files for CI/CD automation.

Community
Advanced
notwillknotwillk

manage-devcontainer-feature

Create, validate, and version devcontainer features per the containers.dev specification.

Community
Advanced
notwillknotwillk

evaluate-skill-quality

Evaluate skill outputs across prompts, baselines, and versions.

Community
Advanced
notwillknotwillk

find-devcontainer-feature

Search official and community catalogs for compatible devcontainer features.

Community
Intermediate
notwillknotwillk

modernize-devcontainer

Migrate legacy devcontainer.json files to current schema standards.

Community
Intermediate
notwillknotwillk

create-agent-skill

Create and validate Agent Skills with SKILL.md frontmatter and directory structure.

Community
Intermediate
notwillknotwillk

optimize-skill-description

Optimize skill descriptions with YAML frontmatter and trigger-rate evaluations.

Community
Advanced

Frequently Asked Questions About notwillk

FAQPage Schema
What tasks can I accomplish with notwillk's skills?▼

You can create, validate, migrate, and debug devcontainer.json configurations; configure and troubleshoot moonrepo workspaces and moon tasks; generate GitHub Actions CI/CD YAML; enforce Git trunk-based development and release tagging; run checksy and rulesy workspace health checks; and scaffold or evaluate Agent Skills with SKILL.md frontmatter.

Who are these skills designed for?▼

Platform engineers, DevOps practitioners, and developers maintaining monorepos or containerized development environments. They suit teams restructuring repositories or release policies, engineers debugging moon task caching and pipeline hangs, and authors packaging reusable Agent Skills with validated frontmatter.

What are the prerequisites and runtime requirements?▼

The debug-task skill requires moon CLI >= 2.0.0 and a configured moon workspace. rulesy-workflow requires the rulesy binary in PATH, plus Git for remote configs and Bash for rule execution. create-agent-skill requires Python 3.8+ for its validation scripts. Devcontainer skills operate on devcontainer.json per the containers.dev specification.

Are these skills open source and what do they cost?▼

Yes, the new skills with declared licensing (debug-task, create-agent-skill, rulesy-workflow) are released under the MIT license, making them free to use, modify, and redistribute. No paid tiers, subscriptions, or usage fees are indicated anywhere in the skill manifest.

How do I fix a moon task that is cached incorrectly or skipped?▼

Use the debug-task skill, which diagnoses stale or missing cache hits, tasks re-running unexpectedly, empty outputs, pipeline hangs, --affected skips, and task inheritance failures. It covers task options like persistent, runInCI, mutex, timeout, cacheLifetime, and requirement/condition/fingerprint checks in moon >= 2.0.0.