一键导入
open-source
Use when: preparing a CodeIgniter project for open source release. Provides a quick checklist for licensing, documentation, and code commenting.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Use when: preparing a CodeIgniter project for open source release. Provides a quick checklist for licensing, documentation, and code commenting.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Use when: ensuring a CodeIgniter application resolves URLs correctly on local/test and production hosts.
Use when: bootstrapping a new front-end project with Bootstrap. Provides a quick checklist to set up HTML, CSS, JS structure and integrate Bootstrap framework.
Use when: setting up a new CodeIgniter project or following development best practices. Provides a quick checklist for installation, configuration, and MVC structure.
Use when: implementing testing in CodeIgniter projects. Provides a quick checklist for best practices and acceptance testing at each stage.
Use when: setting up version control or following Git best practices in projects. Provides a quick checklist for Git setup and workflows.
| name | open-source |
| description | Use when: preparing a CodeIgniter project for open source release. Provides a quick checklist for licensing, documentation, and code commenting. |
This skill guides you through preparing a CodeIgniter project for open source release, including documentation and code comments.
Choose a License
Create Documentation
Add Code Comments
Set Up Repository
Version Tagging
git tag -a v1.0.0 -m "Initial release"git push --tagsCommunity Engagement
Security and Maintenance
This checklist prepares the SiteCounter project for successful open source adoption.