agentsclimarketplace

Project platform diagnose

Skill n-n-code/n-n-code-skills/.agents/skills/project-platform-diagnose

Overlay for environment-sensitive diagnosis — service startup, install issues, platform integration, headless/container behavior, and runtime smoke checks. Portable across repos where build, install, or runtime behavior depends on the local platform.From its SKILL.md

Install
npx -y skills add n-n-code/n-n-code-skills --skill project-platform-diagnose

Assembled from the repository path, not quoted from the project. Check it against their README if it does not work.

One thing to look at

  • 4 stars4 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.

SKILL.md

1.1 KB, 158 tokens by cl100k_base, as published. Nobody here has run it

Project Platform Diagnose

This is a diagnostic overlay, not a standalone workflow. Use alongside the repo's implementation skill when debugging environment-sensitive issues.

When to use

The problem involves build/install failures, runtime environment issues, platform integration, or headless/container behavior.

Not for

Logic bugs in repo-owned code (use the implementation skill directly), vendored dependency issues (use project-vendor-boundary), or config behavior (use project-config-and-tests).

Rules

  • separate build/install failures from runtime failures
  • separate environment limits from app regressions
  • prefer built-in diagnostics and reproducible smoke checks before guessing
  • treat headless/container failures carefully when the feature expects a richer desktop or service environment

What ships with it

Read from the repository

Just SKILL.md. No reference files, no scripts.

Keep looking

Skills are one crate of 325,949. Ordering is by how many stacks a row turns up in, so the top of any crate is what has actually been picked rather than what has the most stars.