skill-creator
Pass
Audited by Gen Agent Trust Hub on Jul 20, 2026
Risk Level: SAFECOMMAND_EXECUTION
Full Analysis
- [COMMAND_EXECUTION]: The skill automates the creation of directory structures and file templates using standard shell utilities like
mkdirandsed. - [COMMAND_EXECUTION]: Modifies file system permissions using
chmodto ensure that generated scripts within thescripts/directory are executable. - [COMMAND_EXECUTION]: Performs platform integration by creating symbolic links (
ln -sf) in user-specific configuration directories such as~/.copilot/skills/and~/.claude/skills/. - [COMMAND_EXECUTION]: Interfaces with local development tools by executing
git rev-parseto find repository roots andgit configto retrieve author identity for metadata population. - [COMMAND_EXECUTION]: Provides Python-based automation for packaging skills into distributable formats and performing schema validation on YAML frontmatter.
Audit Metadata