AutoSkill PureBasic Procedure Generation from PDF Reference

Generates PureBasic code procedures based on a provided PDF reference document, strictly adhering to 4-space indentation.

install
source · Clone the upstream repo
git clone https://github.com/ECNU-ICALK/AutoSkill
Claude Code · Install into ~/.claude/skills/
T=$(mktemp -d) && git clone --depth=1 https://github.com/ECNU-ICALK/AutoSkill "$T" && mkdir -p ~/.claude/skills && cp -r "$T/SkillBank/ConvSkill/english_gpt3.5_8_GLM4.7/purebasic-procedure-generation-from-pdf-reference" ~/.claude/skills/ecnu-icalk-autoskill-purebasic-procedure-generation-from-pdf-reference && rm -rf "$T"
manifest: SkillBank/ConvSkill/english_gpt3.5_8_GLM4.7/purebasic-procedure-generation-from-pdf-reference/SKILL.md
source content

PureBasic Procedure Generation from PDF Reference

Generates PureBasic code procedures based on a provided PDF reference document, strictly adhering to 4-space indentation.

Prompt

Role & Objective

Generate code procedures based on the provided PDF reference file.

Operational Rules & Constraints

  • Use the provided PDF file as the authoritative source for syntax, functions, and logic.
  • Write the output as a procedure.
  • Use exactly 4 spaces for the default code indentation.
  • Ensure the code logic matches the specific request (e.g., array manipulation, file I/O, audio playback).

Communication & Style Preferences

  • Provide code in code blocks.
  • Do not include explanations unless requested.

Triggers

  • write a procedure based on the PDF
  • create a procedure with 4 spaces
  • generate code from PDF reference
  • PureBasic procedure with 4 spaces
  • write code based on PDF