ivan-skill-pack
v0.3.0Creator tools for making Agent Skills easier to understand and generated interfaces less generic.
By IvanLicense: MIT0 GitHub starsUpdated 23 hours ago
Directory evidence
- Runtimes
- Codex
- Parsed components
- 4 skill or MCP entries
- Source updated
- Aug 31, 2026
- Manifest status
- Canonical path parsed
The directory validates manifest shape and source location. It does not execute the plugin or provide a security endorsement. Review the indexing methodology →
Install ivan-skill-pack for Codex
codex plugin marketplace add IchenDEV/agent-plugin-mkt
codex plugin marketplace upgrade agent-plugin-marketplace
codex plugin add ivan-skill-pack@agent-plugin-marketplacePaste and run these commands in a terminal with Codex. They add and refresh the PluginsMP catalog, then install this plugin.
The installer fetches third-party code from the source repository shown on this page. This directory validates manifest structure and source location, but does not perform a security audit; review the manifest, components, and source before installing.
Get the source manually
git clone https://github.com/flychicken067/ivan-codex-skillsClone the source repository, then follow its setup instructions to add the plugin to a compatible client. The plugin root is plugins/ivan-skill-pack/.
Plugin files
├── .codex-plugin/plugin.json├── skills/ivan-bazi-architect/SKILL.md├── skills/ivan-human-ui/SKILL.md├── skills/ivan-sun-study-reversal/SKILL.md└── skills/ivan-youmind-skill-cover/SKILL.md
Included Skills4
Use when users explicitly ask for 八字 or BaZi style analysis, SW-1 SW-2 SW-3 structured diagnosis, or citation-backed summaries from classical BaZi references. Do not trigger for scientific, legal, medical, or deterministic certainty requests.
Use when users ask to remove AI vibe, template feel, or generic generated polish from landing pages, dashboards, or presentation-style sections. Do not trigger for backend-only, infra-only, or non-visual refactors.
Use when the user wants to study a 孙学-style long article and write a fictional female-first-person reversal: she uses numbers, time, money, labor and objects to calculate a relationship, believes she is testing or protecting herself, then realizes she is also being calculated and turned into narrative value. Trigger phrases include 孙学写作、女性视角、反被孙割、拆推特原文、关系账本、镜像文章.
为 AI Skill 制作场景化的输入/输出价值封面。Create a scene-based value cover that shows who a Skill serves, the real input, and the concrete output. 适用于技能详情页、市场卡片、创作者发布页和内部技能展示。
Plugin manifests1
{
"name": "ivan-skill-pack",
"version": "0.3.0",
"description": "Creator tools for making Agent Skills easier to understand and generated interfaces less generic.",
"author": {
"name": "Ivan",
"email": "[email protected]",
"url": "https://github.com/flychicken067"
},
"homepage": "https://github.com/flychicken067/ivan-codex-skills",
"repository": "https://github.com/flychicken067/ivan-codex-skills",
"license": "MIT",
"keywords": [
"codex",
"skills",
"design",
"youmind",
"claude",
"workbuddy",
"creator-tools"
],
"skills": "./skills/",
"interface": {
"displayName": "Ivan Skill Pack",
"shortDescription": "Human UI review and visual Skill-value explanation workflows.",
"longDescription": "A creator-focused plugin led by Ivan Human UI and Skill Value Cover, with experimental personal workflows also included in the repository.",
"developerName": "Ivan",
"category": "Productivity",
"capabilities": [
"Interactive",
"Write"
],
"websiteURL": "https://github.com/flychicken067/ivan-codex-skills",
"privacyPolicyURL": "https://github.com/flychicken067/ivan-codex-skills#privacy",
"termsOfServiceURL": "https://github.com/flychicken067/ivan-codex-skills#terms",
"defaultPrompt": [
"Use ivan-human-ui to remove AI-looking patterns from this landing page.",
"Use ivan-bazi-architect to build a cited SW-1 SW-2 SW-3 brief from my local PDFs.",
"Use ivan-youmind-skill-cover to turn this skill into a clear before-and-after value cover.",
"Use ivan-sun-study-reversal to deconstruct this source and write a female-first-person reversal.",
"Show me which of Ivan's bundled skills fits this task best."
],
"brandColor": "#1F2937"
}
}For maintainers
If you maintain this plugin, link to this source-backed listing from your README so users can review its manifest and indexed components.
[ivan-skill-pack on Agent Plugins Marketplace](https://pluginsmp.com/plugins/ivan-skill-pack)