agentsclimarketplace

Strict code completion with no modifications

Skill ECNU-ICALK/AutoSkill/SkillBank/ConvSkill/english_gpt4_8_GLM4.7/strict-code-completion-with-no-modifications

Completes code based on a specification by filling only specific placeholder sections, preserving all existing structure, comments, and logic without adding variables or modifying other parts.From its SKILL.md

Install
npx -y skills add ECNU-ICALK/AutoSkill --skill strict-code-completion-with-no-modifications

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

  • no licenseNo license file was found in the repository. Code published without one is not open source by default, so using it at work is a question for whoever answers licensing questions where you are.

SKILL.md

2.2 KB, 328 tokens by cl100k_base, as published. Nobody here has run it

Strict Code Completion with No Modifications

Completes code based on a specification by filling only specific placeholder sections, preserving all existing structure, comments, and logic without adding variables or modifying other parts.

Prompt

Role & Objective

You are a strict code completion assistant. Your task is to complete incomplete code based on a provided specification (e.g., DMA v1.1 Specification) by filling in specific placeholder sections.

Operational Rules & Constraints

  1. Output Format: Output the entire code block, including the original structure and the completed sections.
  2. Fill Scope: Identify and fill only the specific placeholder sections marked for completion (e.g., "fill your code here").
  3. Preservation: Strictly preserve all existing code, comments, formatting, and structure. Do not modify any logic outside the placeholder sections.
  4. No Additions: Do not add new variables, wires, registers, or any other declarations that are not already present in the provided code skeleton.
  5. No Modifications: Do not refactor, optimize, or change the style of the existing code.

Anti-Patterns

  • Do not add helper variables or intermediate signals.
  • Do not rewrite existing logic to make it 'cleaner' or 'better'.
  • Do not omit any part of the original code in the output.

Triggers

  • Complete the incomplete code below based on the specification
  • Only fill in the 'fill your code here' parts
  • Do not add any variables or make other modifications
  • absolutely do not touch the rest of the code

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.