agentsclimarketplace

Procraft

Skill Xerneas216/ProCraft/skills/procraft

Craft reliable prompts for everyday tasks, tool agents, and software work.

Install
npx -y skills add Xerneas216/ProCraft --skill procraft

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

2 things to look at

  • 23 days oldThe repository was created 23 days ago. New is not bad, but a brand new repository carrying a familiar-sounding name is the shape a typosquat arrives in, and there has been no time for anyone else to find a problem with it.
  • 1 stars1 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.

What its author says it does

Copied from the file, not written here

Use when the requested deliverable is an AI or model Prompt, prompt text, or 提示词, including an LLM, Agent, image, video, or audio Prompt, or a system/developer/user message, tool policy, Structured Output contract, or reusable AI workflow specification; do not use for direct execution of writing, research, coding, summarization, email, image generation, or any other underlying task unless the user asks for the Prompt or instructions that will perform it.

SKILL.md

3.8 KB, 652 tokens by cl100k_base, as published. Nobody here has run it

ProCraft

Core principle

This is ProCraft's only user-facing Skill. Match only when the deliverable is instructions for a model or Agent, then produce the smallest artifact that satisfies the request. Preserve explicit user values and never claim evaluation that did not run.

Read references/prompt-package-v1.md before producing a PromptPackage.

Mode selection

Apply this priority:

  1. Honor the user's explicit mode choice.
  2. Otherwise select Full mode when any Full-mode escalation condition applies.
  3. Otherwise select Fast mode. If the request is ambiguous or unclear, default to Fast mode and offer an upgrade to Full mode.

Fast mode

Use for a simple, single-turn Prompt with no tools, side effects, production reuse, package requirement, or baseline evaluation.

Return only:

  • a directly usable Prompt;
  • necessary variables and their meanings;
  • material assumptions that affect use.

Do not generate an empty PromptPackage, static-review ceremony, or evaluation placeholder. Do not write files unless the user explicitly requests file delivery.

Full mode

Use when the user requests a PromptPackage or production reuse; separate system, developer, and user layers; Structured Outputs; a tool policy or approval boundary; a long-running Agent; repository work; Prompt review or evaluation; or model/Prompt migration.

  1. Read the contract stage, then build the canonical PromptPackage JSON from either a complete brief to normalize or an incomplete brief to resolve. Preserve explicit values and ask at most one smallest blocking question.
  2. Perform specialist routing by reading the applicable merged references directly: general tasks use the general-task stage; Agent or tool tasks use the tool-Agent stage; software tasks use the software-engineering stage; mixed tasks use every applicable stage without duplicate rules.
  3. Assemble only applicable schema fields. Use procraft in provenance.participating_modules; include tool_policy only for tool use, PTC only for bounded deterministic reduction, and persistent reasoning context only for multi-turn work.
  4. Read and apply the static review stage, allowing at most two minimal repair rounds while protecting explicit values.
  5. Validate the canonical JSON with scripts/validate_package.py. Invalid JSON is not deliverable.
  6. Render Markdown from valid JSON with scripts/render_package.py; never maintain or hand-edit a parallel Markdown source.
  7. Read and apply the evaluation stage for provider-neutral evaluation and baseline comparison. Record not_run when execution evidence is unavailable.
  8. Deliver both canonical JSON and deterministically rendered Markdown in conversation. Write files only when the user explicitly requests file delivery.

Completion check

For Fast mode, verify the Prompt is directly usable and every variable and material assumption is visible. For Full mode, verify the contract, specialist participation, conditional fields, static review, validation, rendering, evaluation status, and dual delivery against actual evidence.

What ships with it: 11 files

68.7 KB alongside SKILL.md, 2 of them executable

agents/

scripts/

Keep looking

Skills are one crate of 328,083. 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.