paseo-toolkit
v0.10.0Operate Paseo agents and daemon: orchestrate staged workflows, configure agent profiles, and report results.
By Sky1 GitHub starsUpdated 6 days ago
Directory evidence
- Runtimes
- Codex and Claude Code
- Parsed components
- 4 skill or MCP entries
- Source updated
- Sep 18, 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 paseo-toolkit for Codex and Claude Code
codex plugin marketplace add JinHoonPark/SkyAgentPlugins
codex plugin marketplace upgrade sky-agent-plugins
codex plugin add paseo-toolkit@sky-agent-pluginsPaste and run these commands in a terminal with Codex. They add and refresh the sky-agent-plugins catalog, then install this plugin.
Compatibility: the page URL and API slug “paseo-toolkit” remain stable.
- Codex:
paseo-toolkit@agent-plugin-marketplace→paseo-toolkit@sky-agent-plugins
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/JinHoonPark/SkyAgentPluginsClone the source repository, then follow its setup instructions to add the plugin to a compatible client. The plugin root is plugins/paseo-toolkit/.
Plugin files
├── .codex-plugin/plugin.json├── .claude-plugin/plugin.json├── skills/agent-orchestration/SKILL.md├── skills/profile-copy/SKILL.md├── skills/profile-setup/SKILL.md└── skills/profile-test-run/SKILL.md
Included Skills4
팀장은 모든 작업 요청에 착수하기 전에 반드시 이 스킬을 읽고 적용한다. "조회해줘", "고쳐줘"처럼 할 일만 적힌 요청은 전부 이 스킬의 위임 대상이다. 예외는 사용자가 팀장을 주어로 지목해 "네가 직접 해", "팀장이 직접 처리해"라고 지시한 경우뿐이다. 이 스킬을 통한 위임은 사용자의 상시 요청이므로 위임 여부를 다시 묻지 않는다. 라우팅은 팀장만 수행하며, 워커는 다시 위임하지 않는다.
이 PC의 Paseo 에이전트 프로필을 다른 사람에게 전달할 수 있도록 설정의 agentProfiles 배열을 JSON 코드블록으로 추출한다. "프로필 복사해줘", "프로필 전달해줘", "내 프로필 남한테 줄 수 있게 뽑아줘", "프로필 핸드오프" 요청에 사용한다.
Paseo 앱의 에이전트 프로필(작업 종류별로 provider·model·mode·thinking을 묶어 둔 것)을 설계·등록·변경·조회·삭제하고, 설정 파일과 데몬에 들어간 값이 의도대로 기록됐는지 데이터 수준에서 확인한다. 팀장 에이전트는 위임할 때 각 프로필의 notes만 읽고 보낼 곳을 고르므로, 프로필 구성이 곧 라우팅 품질이다. "paseo 프로필 만들어줘", "에이전트 프로필 추가해줘", "프로필 변경해줘", "프로필 목록 보여줘", "등록된 프로필 뭐 있어", "프로필 지워줘", "프로필 전부 다시 구성해줘", "paseo 세팅", "라우팅용 프로필" 같은 요청이면 반드시 이 스킬을 쓴다. 목록만 보거나 하나만 지우는 단독 요청도 이 스킬이 처리한다. 프로필이 목적(notes의 용도)대로 동작하는지 실제 작업을 시켜 품질로 판정하는 일은 profile-test-run 스킬이 맡고, 이 스킬은 기록 확인 뒤에 물어서 넘긴다.
Paseo 에이전트 프로필이 자기 notes가 약속한 일을 실제로 잘 해내는지 확인할 때 사용한다. "프로필 테스트해줘", "프로필 잘 도는지 확인해줘", "프로필대로 뜨는지 봐줘", "프로필 라우팅 검증해줘", "프로필 전체 한 번 돌려봐", "이 프로필 제대로 먹는지 봐줘" 같은 요청에 적용하고, profile-setup으로 프로필을 등록한 직후 "방금 만든 프로필 테스트해볼까요"에 사용자가 동의한 흐름도 이어받는다. 실제로 뜬 에이전트의 model·mode·thinking·features가 프로필과 같은지를 확인한 뒤, 그 notes에 맞는 실제 작업을 시켜 결과 품질을 별도 심판 에이전트로 채점해 합불을 낸다. 프로필을 설계·등록·조회·삭제하는 요청은 이 스킬이 아니라 profile-setup이 맡는다.
Plugin manifests2
{
"name": "paseo-toolkit",
"version": "0.10.0",
"description": "Operate Paseo agents and daemon: orchestrate staged workflows, configure agent profiles, and report results.",
"author": {
"name": "Sky"
},
"skills": "./skills/"
}{
"name": "paseo-toolkit",
"version": "0.10.0",
"description": "Operate Paseo agents and daemon: orchestrate staged workflows, configure agent profiles, and report results.",
"author": {
"name": "Sky"
}
}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.
[paseo-toolkit on Agent Plugins Marketplace](https://pluginsmp.com/plugins/paseo-toolkit)