pwdebug
🎯Skillfrom dcjanus/prompts
Enables browser session reuse for frontend debugging via command-line interface, facilitating easier web development and testing workflows.
Installation
npx skills add https://github.com/dcjanus/prompts --skill pwdebugSkill Details
Overview
这个仓库只是我个人在 Codex 中使用的提示词备份,内容会根据日常需求随时增删,未必完整,也不保证对所有场景都适用。如果你正好有类似需求,欢迎参考或复制现有结构自行扩展。
目前仓库只保留与 Codex 直接相关的提示词与技能说明:早期为 Cursor 准备的内容已经删除,若需要历史记录可参考 [deprecated/cursor](https://github.com/DCjanus/prompts/releases/tag/deprecated%2Fcursor) 归档。
技能编写可参考 Claude 官方的 [技能创作最佳实践](https://platform.claude.com/docs/zh-CN/agents-and-tools/agent-skills/best-practices) 文档。
使用方式
为了方便在当前环境中调用 Codex,可以在 shell 中新增以下 alias:
```bash
alias codex='codex --dangerously-bypass-approvals-and-sandbox'
```
运行前提
本仓库内的所有脚本与 skills 默认假设当前环境已安装最新版 [uv](https://github.com/astral-sh/uv)。
仓库结构
- [
AGENTS.md](AGENTS.md):Codex 中所有代理共享的基础约束与工作流 - [
skills/](skills):按功能分类的技能库,详情见下方技能列表 - [
scripts/](scripts):放置 uv script 模式的工具脚本(约束见 [scripts/AGENTS.md](scripts/AGENTS.md))
- [token_count.py](scripts/token_count.py):基于 [tiktoken](https://github.com/openai/tiktoken) 的 token 计数 CLI
- [token_tree.py](scripts/token_tree.py):统计仓库内所有 Git 跟踪文本文件的 token 数,按树状结构输出;支持全局比例进度条、对齐条形显示与百分比,可用 --bar-width 调整条形宽度
技能列表
| 技能 | 说明 |
| --- | --- |
| [github-pr-issue](skills/github-pr-issue/SKILL.md) | GitHub CLI 使用指引(issue/PR 查看、编辑与创建,含团队 PR 规范) |
| [gitlab-mr-issue](skills/gitlab-mr-issue/SKILL.md) | GitLab CLI(glab)使用指引(issue/MR 查看、编辑与创建,含团队 MR/issue 规范) |
| [dcjanus-preferences](skills/dcjanus-preferences/SKILL.md) | DCjanus 在不同语言中偏好的第三方库与使用场景清单 |
| [golang-lo](skills/golang-lo/SKILL.md) | Go ≥ 1.18 项目使用 samber/lo 的速用指南 |
| [pwdebug](skills/pwdebug/SKILL.md) | 通过命令行复用浏览器会话进行前端调试 |
| [tech-doc](skills/tech-doc/SKILL.md) | 技术协作文档的统一写作指南 |
| [fetch-url](skills/fetch-url/SKILL.md) | 渲染 URL 并输出多格式内容或原始 HTML(Playwright + trafilatura) |
| [ticktick-cli](skills/ticktick-cli/SKILL.md) | 通过 CLI 调用滴答清单 Open API 管理任务与项目(API 文档:[Dida365 Open API](https://developer.dida365.com/docs/index.html#/openapi)) |
| [ui-ux-pro-max](skills/ui-ux-pro-max/SKILL.md) | UI/UX 设计情报库(样式、配色、字体、图表、UX 指南、栈最佳实践);来源:[ui-ux-pro-max-skill](https://github.com/nextlevelbuilder/ui-ux-pro-max-skill) |
More from this repository8
Interact with Exa's semantic search API via command-line interface, enabling powerful web research and information retrieval tasks
ticktick-cli skill from dcjanus/prompts
Renders and extracts content from URLs using Playwright and Trafilatura, outputting the result in multiple formats or raw HTML.
gitlab-mr-issue skill from dcjanus/prompts
I apologize, but I cannot find a "confluence-cli" skill in the README or the listed skills. The README shows skills like "github-pr-issue", "gitlab-mr-issue", "ticktick-cli", etc., but no "confluen...
Lists and recommends preferred third-party libraries and usage scenarios for different programming languages according to DCjanus's personal experience and recommendations.
golang-lo skill from dcjanus/prompts
Provides GitHub CLI guidance for viewing, editing, and creating issues and pull requests, including team PR standards and workflows.