# likeadmin-framework-skills **Repository Path**: likeadmin/likeadmin-framework-skills ## Basic Information - **Project Name**: likeadmin-framework-skills - **Description**: 使用likeadmin的skills,加快开发效率。 - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2026-05-18 - **Last Updated**: 2026-05-18 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # LikeAdmin Framework Skill AI agent skill package for developing, customizing, troubleshooting, and deploying LikeAdmin framework projects. 这是一个面向 LikeAdmin 框架的通用 AI Skills 知识包,不局限于 Codex。它覆盖 PHP、PHP-SaaS、Java、后台前端、UniApp/H5/小程序、部署、微信支付、支付宝、OSS、微信渠道、数据库字典和二次开发规范。 ## What It Provides - A lightweight bilingual entry instruction file: `likeadmin-framework/SKILL.md`. - Task-focused references converted from the LikeAdmin documentation. - Referenced screenshots for deployment and third-party configuration workflows. - A repeatable converter for regenerating the package from the source docs. Any AI agent or IDE assistant can use this repository by loading `SKILL.md` first, then reading only the reference files needed for the task. ## Codex-Compatible Install For Codex-style skill loaders, copy the skill folder into the local skills directory: ```bash mkdir -p "${CODEX_HOME:-$HOME/.codex}/skills" cp -R likeadmin-framework "${CODEX_HOME:-$HOME/.codex}/skills/" ``` Then use prompts such as: ```text Use $likeadmin-framework to add a LikeAdmin PHP admin list API. Use $likeadmin-framework to deploy LikeAdmin PHP-SaaS with tenant domains. Use $likeadmin-framework to configure WeChat Pay and Aliyun OSS. Use $likeadmin-framework to update UniApp page routing and request domains. ``` ## Repository Layout ```text likeadmin-framework/ SKILL.md agents/openai.yaml references/ assets/images/ scripts/ convert_docs.py LICENSE README.md ``` - `SKILL.md` is the lightweight bilingual entry point for AI agents. - `agents/openai.yaml` is optional UI metadata for Codex/OpenAI-compatible skill loaders. - `references/` contains the converted LikeAdmin documentation, grouped by task area so an agent can load only what it needs. - `assets/images/` contains only screenshots referenced by the packaged references. - `scripts/convert_docs.py` regenerates references and image assets from the LikeAdmin VitePress docs. ## Regenerate From Docs Place this repository next to `likeadmin-doc-new`, or pass the source path explicitly: ```bash scripts/convert_docs.py \ --source /path/to/likeadmin-doc-new \ --skill-root ./likeadmin-framework ``` The converter removes VitePress-specific syntax, rewrites image paths, excludes build artifacts, and copies only referenced images from `docs/public/docs/images`. ## Validate For Codex Compatibility ```bash python3 "${CODEX_HOME:-$HOME/.codex}/skills/.system/skill-creator/scripts/quick_validate.py" likeadmin-framework scripts/convert_docs.py --check --source /path/to/likeadmin-doc-new --skill-root ./likeadmin-framework ``` ## Source The references are generated from the LikeAdmin documentation project `likeadmin-doc-new`. Technical details remain primarily in Chinese to preserve the official project context; navigation, metadata, and usage framing are bilingual for broader open-source use. ## License MIT