
from autoskill458
Generates cross-platform shell scripts (Bash, PowerShell, or Batch) that accept source and output filenames to compile C programs with gcc, including basic argu
This skill produces small cross-platform shell scripts (Bash, Windows Batch, or PowerShell) that compile C source files using gcc. The scripts are parameterised: users provide the input .c filename and desired output executable name as command-line arguments. The generated scripts include basic validation to ensure both arguments are provided, run the canonical gcc command (gcc [input] -o [output]), and return clear feedback indicating whether compilation succeeded or failed.
Use this skill when you need a quick, reproducible compile wrapper that can be dropped into CI snippets, teaching materials, or developer utilities. It's useful for: automated builds in minimal environments, educational examples showing how to parameterise shell scripts, and generating platform-appropriate compile helpers on demand.
gcc [input] -o [output], validate args, report success/failure, and avoid hardcoded filenames). The prompt contains triggers and anti-pattern notes to keep outputs portable.This skill is best used with agents capable of generating shell code and understanding cross-platform constraints (e.g., code-oriented assistants like Copilot/Codex, Claude Code, or general LLMs configured for code generation).
Auto-generated skill from ECNU-ICALK/AutoSkill that provides a prompt template for generating GCC compilation wrapper scripts in Bash/PowerShell/Batch. No bundled scripts — purely instructional. The skill is shallow: a single prompt section with no workflow steps, no tool integration, and no output contracts. Security is fine (no executable code, no network calls), but the skill adds minimal value since the task it solves (writing a 5-line compile script) is trivial and the prompt lacks input sanitization guidance.
From the ECNU-ICALK/AutoSkill repo (convskills auto-generated by GPT). The skill is essentially a ChatGPT system prompt wrapped in SKILL.md frontmatter. It has no scripts, no workflow beyond 'generate a script', and no quality differentiation from just asking an LLM directly. Architecture is flat — single Prompt section, no references/ or scripts/ directories.
Extract Circuit Netlist Edge Features
Extract structured edge features from a bipartite circuit netlist (NetworkX MultiGraph), normalizing device/net ordering, mapping terminal colors, and detecting
Generate Multilingual Sentences with Contextual Definitions
Produce multiple example sentences using a target word in varied meanings, translate them into a target language, and show the contextual meaning of the word fo
Ultimate Assistant — Comprehensive Response
Produces methodical, highly detailed step-by-step answers that integrate scientific and non-scientific perspectives for complex questions.
Provide Raw YouTube Video ID
Return only a valid existing YouTube video ID string (no URL, no commentary) — useful for tools that need raw IDs for downstream operations.
时空见证式哀伤外化对话
A grief-focused therapeutic micro-skill using dual-perspective narration to externalize and name core sorrow narratives and surface small supportive exceptions.
Invoice Entity Bounding Box Mapping (Duplicate Handling)
Patches OCR invoice entity-to-bounding-box mapping to avoid shared boxes for duplicate values, reverse-search amounts sections, and ensure coordinate uniqueness
Health Condition Factor Analysis (with Citations)
Analyze a health condition for a defined population by listing categorized factors (health effects, QoL, behavioral, environmental, predisposing) with strict co
Genetic Algorithm for Rastrigin Function (Beginner Python)
Beginner-friendly Jupyter-ready Python implementation and explanation of a Genetic Algorithm to optimize the Rastrigin function using roulette-wheel selection a
Generate Twitch Game Outreach
Generates personalized, authentic outreach messages for Twitch streamers to request game keys or coverage, adapting tone while maintaining a human, community...
Empirical & Philosophical Film Analysis
Produce evidence-based film analyses that explain formal film techniques and connect them to philosophical themes, with clear definitions of technical terms.