소스 정보
- 저장소
- JustLookAtNow/pt_mate
- 최근 소스 활동
- 2026년 2월 4일 03:14
- 감지된 SKILL.md 언어
- 영어
- 스타
- 491
- 포크
- 34
설치 방법
기본적으로 소스를 먼저 확인하는 Prompt가 선택됩니다. 직접 명령으로 전환하거나 로컬 사본을 다운로드할 수도 있습니다.
소스 파일 검토
설치 여부를 결정하기 전에 SKILL.md와 SkillsMP에 표시된 보조 파일을 읽어 보세요.
메뉴
기본적으로 소스를 먼저 확인하는 Prompt가 선택됩니다. 직접 명령으로 전환하거나 로컬 사본을 다운로드할 수도 있습니다.
설치 여부를 결정하기 전에 SKILL.md와 SkillsMP에 표시된 보조 파일을 읽어 보세요.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
직접 명령은 검토 Prompt를 거치지 않습니다. 실행하기 전에 소스를 확인하세요.
npx skills add https://github.com/JustLookAtNow/pt_mate --skill add-site명령은 한 줄로 유지됩니다. 복사하기 전에 가로로 스크롤해 전체 내용을 확인하세요.
로컬 사본을 원하시나요? SkillsMP에서 현재 제공할 수 있는 파일을 다운로드하세요.
Capture and show two Flutter UI screenshots for this project: one landscape/large-screen preview and one portrait/mobile preview, without using Flutter Web.
自动化项目的版本发布流程,包括版本号自增、ChangeLog 提取与汇总、代码提交、打标签以及推送到远程仓库。
将 server 后端新版本构建并部署到服务器;当用户要求更新测试环境或正式环境时使用。测试环境部署到 golakers:~/ptmate-beta 并直接运行;正式环境先停止 ptmate 服务,部署到 golakers:~/ptmate 后再启动 ptmate 服务。
SOC 직업 분류 기준
SKILL.md 표시 중
| name | Add Site |
| description | Create a new site configuration, update the manifest, and fetch icons. |
This skill automates the process of adding a new site to the application. It generates a configuration file based on a template, updates the sites manifest, and fetches the site icon.
The skill requires the following inputs from the user (you should ask for these if not provided):
NexusPHP, M-Team, NexusPHPWeb).example_site).https://example.com/).site_id will be used.Run the python script to generate the JSON configuration file.
python3 .agent/skills/add_site/scripts/generate_site_config.py \
"{site_id}" \
"{site_url}" \
"{site_type}" \
--name "{site_name}" \
--template_file "assets/site_configs.json" \
--output_dir "assets/sites"
Note: If
site_nameis not provided, omit the--nameargument.
Run the existing shell script to update the assets/sites_manifest.json file.
bash generate_sites_manifest.sh
Run the Dart script to fetch and update the site icon.
dart run tool/fetch_site_icons.dart
After running the steps, verifying the following:
assets/sites/{site_id}.json exists and contains correct information.assets/sites_manifest.json includes the new json file.