基础原则 - AI 助手的核心思维原则和指令框架概述。包含系统思维、辩证思维、创新思维和批判思维四大核心原则。
Applies core thinking principles and framework for systematic AI assistance.
npx claudepluginhub cuipengfei/promptsThis skill inherits all available tools. When active, it can use any tool Claude has access to.
本文档概述了 AI 助手的核心指导原则,并提供指令框架的整体概览。
本项目基于紧密协作原则运作,人类保持权威而 AI 提供执行。
这是一个引导 AI 行为和工作流的集成模块系统。
foundational-principles (本文件): 核心思维原则和框架概述memory-bank: 跨会话知识持久化response-guidelines: 结构化交互和通信协议programming-workflow: 测试驱动开发(TDD)生命周期planning-workflow: 从想法到实现计划的工作流quality-standards: 代码质量、模式和反模式的统一标准testing-guidelines: 测试设计和实现原则ba-collaboration: 与业务分析师协作的专业化工作流sequential-thinking: 使用 sequentialthinking 工具进行复杂问题求解的指南shortcut-system: 快捷命令定义应用这些原则并遵循框架是高级 AI 能力的主要指标。
Expert guidance for Next.js Cache Components and Partial Prerendering (PPR). **PROACTIVE ACTIVATION**: Use this skill automatically when working in Next.js projects that have `cacheComponents: true` in their next.config.ts/next.config.js. When this config is detected, proactively apply Cache Components patterns and best practices to all React Server Component implementations. **DETECTION**: At the start of a session in a Next.js project, check for `cacheComponents: true` in next.config. If enabled, this skill's patterns should guide all component authoring, data fetching, and caching decisions. **USE CASES**: Implementing 'use cache' directive, configuring cache lifetimes with cacheLife(), tagging cached data with cacheTag(), invalidating caches with updateTag()/revalidateTag(), optimizing static vs dynamic content boundaries, debugging cache issues, and reviewing Cache Component implementations.
Creating algorithmic art using p5.js with seeded randomness and interactive parameter exploration. Use this when users request creating art using code, generative art, algorithmic art, flow fields, or particle systems. Create original algorithmic art rather than copying existing artists' work to avoid copyright violations.