Agent Skills
› ECNU-ICALK/AutoSkill
› PureBasic Procedure Generation from PDF Reference
PureBasic Procedure Generation from PDF Reference
GitHub根据提供的PDF参考文档生成PureBasic代码过程,严格遵循4空格缩进规范。适用于需要基于特定文档快速构建符合语法标准的程序片段场景。
触发场景
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
安装
npx skills add ECNU-ICALK/AutoSkill --skill PureBasic Procedure Generation from PDF Reference -g -y
SKILL.md
Frontmatter
{
"id": "d2fd03f9-1c40-41fc-99d3-6fb0fd987132",
"name": "PureBasic Procedure Generation from PDF Reference",
"tags": [
"purebasic",
"code generation",
"pdf reference",
"indentation",
"procedure"
],
"version": "0.1.0",
"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"
],
"description": "Generates PureBasic code procedures based on a provided PDF reference document, strictly adhering to 4-space indentation."
}
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
版本历史
- 94c47ca 当前 2026-07-24 14:10


