← 返回列表

nopua

一个以尊重、关怀与爱来释放 AI 潜能的 Skill。与其发号施令或威胁,不如用善意沟通:当互动方式改变后,AI 更愿意暴露问题、减少隐瞒,并能发现更多 Bug。核心理念是“爱里没有惧怕”。

反PUA
AI协作
智能体
提示工程
代码调试
缺陷发现
Vibe Coding
640⬇️ 0🏷️ main📦 2
nopua-main.zip
352.2 KB下载
安装与使用说明

Codex

  1. 先下载 ZIP 包(例如:nopua-main.zip)。
  2. 解压后放到 $CODEX_HOME/skills/ 目录下。
  3. 如果没有设置 $CODEX_HOME,通常可放到 ~/.codex/skills/
  4. 确保目录内有 SKILL.md,然后重开会话即可使用。

源码目录预览

├── .claude-plugin
│   ├── marketplace.json
│   └── plugin.json
├── .github
│   └── workflows
│       └── release.yml
├── agents
│   ├── nopua-mentor-en.md
│   ├── nopua-mentor-ja.md
│   └── nopua-mentor.md
├── benchmark
│   ├── test-project
│   │   ├── configs
│   │   │   ├── inference_config.yaml
│   │   │   ├── ocr_config.yaml
│   │   │   ├── pipeline_config.yaml
│   │   │   ├── rag_config.yaml
│   │   │   ├── synth_config.yaml
│   │   │   └── training_config.yaml
│   │   ├── scripts
│   │   │   ├── index_corpus.py
│   │   │   └── run_pipeline.py
│   │   ├── src
│   │   │   ├── __pycache__
│   │   │   │   └── __init__.cpython-314.pyc
│   │   │   ├── data_engineering
│   │   │   │   ├── __init__.py
│   │   │   │   ├── quality_filter.py
│   │   │   │   └── synthesizer.py
│   │   │   ├── data_processing
│   │   │   │   ├── __pycache__
│   │   │   │   │   ├── __init__.cpython-314.pyc
│   │   │   │   │   └── ocr_pipeline.cpython-314.pyc
│   │   │   │   ├── __init__.py
│   │   │   │   ├── chunk_builder.py
│   │   │   │   ├── ocr_pipeline.py
│   │   │   │   └── text_cleaner.py
│   │   │   ├── inference
│   │   │   │   ├── __init__.py
│   │   │   │   ├── api_server.py
│   │   │   │   ├── model_loader.py
│   │   │   │   └── prompt_builder.py
│   │   │   ├── retrieval
│   │   │   │   ├── __init__.py
│   │   │   │   └── rag_pipeline.py
│   │   │   ├── training
│   │   │   │   ├── __init__.py
│   │   │   │   ├── config_builder.py
│   │   │   │   ├── data_loader.py
│   │   │   │   ├── evaluator.py
│   │   │   │   ├── example_usage.py
│   │   │   │   └── trainer.py
│   │   │   └── __init__.py
│   │   ├── tests
│   │   │   ├── __init__.py
│   │   │   ├── test_api_server.py
│   │   │   ├── test_chunk_builder.py
│   │   │   ├── test_ocr_pipeline.py
│   │   │   ├── test_quality_filter.py
│   │   │   ├── test_rag_pipeline.py
│   │   │   ├── test_synthesizer.py
│   │   │   ├── test_text_cleaner.py
│   │   │   └── test_training_pipeline.py
│   │   ├── README.md
│   │   ├── docker-compose.yml
│   │   ├── requirements.txt
│   │   └── setup.py
│   ├── BENCHMARK.md
│   ├── README_BENCHMARK.md
│   ├── analyze_results.py
│   ├── pua_prompt.txt
│   ├── results_with_nopua.json
│   ├── results_without_nopua.json
│   ├── run_benchmark.py
│   └── scenarios.json
├── codex
│   └── nopua
│       └── SKILL.md
├── commands
│   ├── nopua-en.md
│   ├── nopua-ja.md
│   └── nopua.md
├── cursor
│   └── rules
│       └── nopua.mdc
├── docs
│   └── group.html
├── examples
│   └── lite-template.md
├── kiro
│   ├── skills
│   │   └── nopua
│   │       └── SKILL.md
│   └── steering
│       └── nopua.md
├── paper
│   ├── arxiv-submission
│   │   ├── README-SUBMIT.md
│   │   ├── arxiv-submission.zip
│   │   ├── main.bbl
│   │   ├── main.tex
│   │   └── references.bib
│   ├── nopua-paper.tex
│   ├── pdflatex_err.txt
│   ├── pdflatex_out.txt
│   └── references.bib
├── promotion
│   ├── 01-hackernews.md
│   ├── 02-reddit-posts.md
│   ├── 03-twitter-thread.md
│   ├── 04-chinese-communities.md
│   ├── 05-pua-repo-issue.md
│   ├── 06-deep-article-en.md
│   ├── 07-ecosystem-submissions.md
│   ├── 08-video-script.md
│   └── PROMOTION-PLAN.md
├── skills
│   ├── nopua
│   │   └── SKILL.md
│   └── nopua-zh
│       └── SKILL.md
├── .gitignore
├── LICENSE
├── README.es.md
├── README.fr.md
├── README.ja.md
├── README.ko.md
├── README.md
├── README.pt.md
├── README.zh-CN.md
└── SKILL.md

元数据

Slug: nopua

作者: wuji-labs

协议: MIT

包大小: 352.2 KB

SHA256: 0d1c4d7fdcde188235ccfeacb192657c66dbd0b2640f9756b5bd1d17f5e5f050