Releases: ProfesseurHaipeng/professeur-ai-skills
Releases · ProfesseurHaipeng/professeur-ai-skills
Release list
v0.4.0
What's Changed
- Move research skills to standalone repositories by @ProfesseurHaipeng in #8
Full Changelog: v0.3.0...v0.4.0
v0.3.0
What's Changed
- Split research collection into six independent skills by @ProfesseurHaipeng in #7
Full Changelog: v0.2.1...v0.3.0
v0.2.1
What's Changed
- Deepen research skills with tools and models by @ProfesseurHaipeng in #6
Full Changelog: v0.2.0...v0.2.1
v0.2.0
What's Changed
- Add mythic and divination research skills by @ProfesseurHaipeng in #5
New Contributors
- @ProfesseurHaipeng made their first contribution in #5
Full Changelog: v0.1.0...v0.2.0
Portable Skill Doctor v0.1.0
Portable Skill Doctor v0.1.0
Audit an Agent Skill before installing, publishing, or migrating it. The bundled Python auditor is read-only toward the target and never executes target scripts.
What it checks
SKILL.mdstructure, names, and trigger descriptions- missing, escaping, encoded, absolute, and machine-specific resource paths
- symlink escapes and unsafe file permissions
- undeclared runtime, tool, permission, and network assumptions
- Codex and GitHub Copilot discovery layouts
- conservative static indicators of execution risk
- unsupported compatibility claims
Outputs
Deterministic text, JSON, or SARIF with stable finding IDs and CI-friendly exit codes.
Install
Preview the pinned release first:
gh skill preview ProfesseurHaipeng/professeur-ai-skills \
portable-skill-doctor@v0.1.0Install for Codex:
gh skill install ProfesseurHaipeng/professeur-ai-skills \
portable-skill-doctor@v0.1.0 \
--agent codex --scope userInstall for GitHub Copilot:
gh skill install ProfesseurHaipeng/professeur-ai-skills \
portable-skill-doctor@v0.1.0 \
--agent github-copilot --scope userVerification
- 48 unit, adversarial, path, archive, and repository-policy tests passed.
- Python 3.10, 3.12, and 3.13 passed on Ubuntu CI.
- CI, history-based security gates, CodeQL, and the tag-triggered release audit passed.
- Anonymous clean installs from
v0.1.0passed for Codex and GitHub Copilot. - Both installed copies produced the same auditor SHA-256 and passed strict self-audit.
- Public
npx skillsdiscovery and Codex project installation also passed against the release tree onmain.
See the repository's tested compatibility record for exact versions and evidence boundaries.
Limits
This is bounded static analysis, not a malware verdict, runtime proof, or replacement for sandboxing and source review. Static rules can produce false positives and false negatives.