经 AI Skill Hub 精选评估,智能提示模板 获评「强烈推荐」。已获得 1.3k 颗 GitHub Star,这款Prompt模板在功能完整性、社区活跃度和易用性方面表现出色,AI 评分 8.0 分,适合有一定技术背景的用户使用。
人机协作的基础层,实现AI和人类的无缝合作
智能提示模板 是经过精心设计和反复验证的专业 Prompt 模板集合。这些 Prompt 框架能够有效激活 Claude、ChatGPT 等大型语言模型的深层能力,让 AI 生成更准确、更有价值的输出结果。无需任何安装,直接复制模板内容到 AI 对话框即可使用。
人机协作的基础层,实现AI和人类的无缝合作
智能提示模板 是经过精心设计和反复验证的专业 Prompt 模板集合。这些 Prompt 框架能够有效激活 Claude、ChatGPT 等大型语言模型的深层能力,让 AI 生成更准确、更有价值的输出结果。无需任何安装,直接复制模板内容到 AI 对话框即可使用。
# Prompt 无需安装,直接复制使用 # 支持:Claude / ChatGPT / Gemini / 通义千问 等主流模型 # 使用步骤 # 1. 复制 Prompt 模板内容 # 2. 粘贴到 AI 对话框 # 3. 替换 [占位符] 为实际内容 # 4. 发送后获取结构化输出 # 获取原始文件 git clone https://github.com/Open-Source-Legal/cite
# 粘贴到 Claude/ChatGPT 使用 # 示例 Prompt 结构: 你是一位 [角色],擅长 [领域]。 请根据以下要求完成任务: 任务背景:[描述背景] 具体要求:[详细说明] 输出格式:[期望格式] # 将 [] 内内容替换为实际需求
# cite 配置文件示例(config.yml) app: name: "cite" debug: false log_level: "INFO" # 运行时指定配置文件 cite --config config.yml # 或通过环境变量配置 export CITE_API_KEY="your-key" export CITE_OUTPUT_DIR="./output"
<p align="center"> <img src="docs/assets/images/brand/lockup.svg" alt="opensource.legal [cite]" height="120"> </p>
The discover/landing page and the /about page are driven by a JSON content pack so deployers can retarget the messaging without forking the codebase. Two variants ship in the repo:
| Variant key | Framing | Best fit |
|---|---|---|
default | _The citation layer for agentic workflows._ | The OSS project's repo and most self-hosted deployments — developer-facing. |
public-record | _The citation layer underneath the public record._ | End-user deployments curating public-domain documents (named-incumbents pitch). |
Switch variants at runtime by setting REACT_APP_LANDING_VARIANT in frontend/public/env-config.js — no rebuild required. Unknown variant keys fall back to default.
// frontend/public/env-config.js
window._env_ = {
// … existing config
REACT_APP_LANDING_VARIANT: "public-record",
};
To add a deployment-specific variant, drop a <key>.json file in frontend/src/config/landingContent/ that matches the LandingContent type, register it in frontend/src/config/landingContent/index.ts, and set REACT_APP_LANDING_VARIANT=<key> on that deployment. Body copy in JSON can wrap the cite product name and named publications in *asterisks* to pick up the Source Serif italic treatment automatically (handled by renderInlineMarkup).
---
docker compose -f local.yml build docker compose -f local.yml --profile fullstack up ```
Then open http://localhost:3000 and log in with admin / Openc0ntracts_def@ult.
See the full Quick Start guide for details and troubleshooting.
The citation layer for agentic workflows.
Every document cites other documents. cite turns a repository of those documents into an open citation graph that humans and AI agents can read, reason over, and contribute back to. It is the codebase formerly released as OpenContracts, rebranded for v3 as part of opensource.legal.
Renaming, not rewriting. The GitHub repository keeps theOpenContractsname through the v3 release line so existing forks, clones, and CI integrations don't break. Inside the product, the new name is cite and the new home iscite.opensource.legal. See the About page for the full story.
| Backend coverage | [](https://app.codecov.io/gh/Open-Source-Legal/OpenContracts?flags%5B0%5D=backend) |
| Frontend coverage | [](https://app.codecov.io/gh/Open-Source-Legal/OpenContracts?flags%5B0%5D=frontend) |
| Meta | [](https://github.com/psf/black) [](https://github.com/python/mypy) [](https://github.com/pycqa/isort) [](https://opensource.org/licenses/MIT) |
---

mkdir -p .envs/.local cp ./docs/sample_env_files/backend/local/.django ./.envs/.local/.django cp ./docs/sample_env_files/backend/local/.postgres ./.envs/.local/.postgres cp ./docs/sample_env_files/frontend/local/django.auth.env ./.envs/.local/.frontend
The modular pipeline supports custom parsers, embedders, and thumbnail generators:
Each component inherits from a base class with a defined interface:
See the pipeline documentation for details on creating custom components.
</details>
---
高质量的智能提示模板,实现人机协作
AI Skill Hub 为第三方内容聚合平台,本页面信息基于公开数据整理,不对工具功能和质量作任何法律背书。
建议在沙箱或测试环境中充分验证后,再部署至生产环境,并做好必要的安全评估。
✅ MIT 协议 — 最宽松的开源协议之一,可自由商用、修改、分发,仅需保留版权声明。
AI Skill Hub 点评:智能提示模板 的核心功能完整,质量优秀。对于内容创作者和自媒体人来说,这是一个值得纳入个人工具库的选择。建议先在非生产环境试用,再逐步推广。
| 原始名称 | cite |
| Topics | AIagentpromptpython |
| GitHub | https://github.com/Open-Source-Legal/cite |
| License | MIT |
| 语言 | Python |
收录时间:2026-05-28 · 更新时间:2026-05-28 · License:MIT · AI Skill Hub 不对第三方内容的准确性作法律背书。
选择 Agent 类型,复制安装指令后粘贴到对应客户端