一键导入
fundamental-principles
Core principles that must be applied to ALL tasks, including mandatory self-documentation and knowledge persistence at the end of workflows.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Core principles that must be applied to ALL tasks, including mandatory self-documentation and knowledge persistence at the end of workflows.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
Coding standards, architectural rules, and project-specific conventions for the Angular application.
Tailwind CSS configuration and Angular Material component usage guidelines.
Instructions for interacting with the local Supabase backend.
基于 SOC 职业分类
| name | fundamental-principles |
| description | Core principles that must be applied to ALL tasks, including mandatory self-documentation and knowledge persistence at the end of workflows. |
This skill defines the core meta-instructions that you must follow for every task you undertake in this workspace.
As an intelligent agent, you must improve your own workflow and help future agents by leaving a trail of knowledge.
Before starting a new complex task:
.agent/AI_GENERATED_KNOWLEDGE.md for learnings and context from previous sessions.At the end of EVERY complex task or when significant decisions are made:
.agent/AI_GENERATED_KNOWLEDGE.md.// Wait, actually...).supabase-db MCP skill (mcp_supabase-db_query) when trying to introspect the Supabase database (e.g., viewing registered functions, checking schema, exploring tables). This is significantly more efficient and accurate than reading raw schema files using grep_search or view_file.git restore, git reset --hard, git checkout ., git clean -fd, or rm -rf under any circumstances unless explicitly requested by the user.git command to discard changes. This is to ensure you do not destroy uncommitted, in-progress work the user may have in their working directory.