notwillk
Community@notwillk
notwillk maintains open-source skills for devcontainer configuration, moonrepo monorepo management, Git repository hygiene, and agent skill scaffolding.
Agent Skills by notwillk
Showing 19 vetted skills indexed across 3 GitHub repositories.
moon
Configure and orchestrate moon monorepo workspaces, tasks, toolchains, and CI pipelines.
debug-task
Diagnose and fix broken, misconfigured, or misbehaving moon tasks.
rulesy-workflow
Configure, run, and debug Rulesy workspace health checks defined in YAML.
checksy-workflow
Configure, run, and troubleshoot checksy workspace health checks for development projects.
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.
project-structure
Map repository structure and validate checks configuration files.
create-skill
Generate OpenCode skill scaffolds with skill.md frontmatter and starter structure.
project-commands
Automate build, test, and maintenance tasks defined in a Justfile.
update-devcontainer-config
Read, plan, and apply validated changes to devcontainer.json configurations.
detect-repo-changes
Aggregate git commits, uncommitted changes, and agent knowledge to list changed files.
debug-devcontainer-build
Diagnose devcontainer build failures by analyzing error logs and symptom descriptions.
create-devcontainer-config
Bootstrap a minimal devcontainer.json from a base image, Dockerfile, or Docker Compose.
create-github-action
Generate GitHub Actions workflow YAML files for CI/CD automation.
manage-devcontainer-feature
Create, validate, and version devcontainer features per the containers.dev specification.
evaluate-skill-quality
Evaluate skill outputs across prompts, baselines, and versions.
find-devcontainer-feature
Search official and community catalogs for compatible devcontainer features.
modernize-devcontainer
Migrate legacy devcontainer.json files to current schema standards.
create-agent-skill
Create and validate Agent Skills with SKILL.md frontmatter and directory structure.
optimize-skill-description
Optimize skill descriptions with YAML frontmatter and trigger-rate evaluations.
Frequently Asked Questions About notwillk
FAQPage SchemaWhat 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.