Strategic compaction skill: suggests context compression at logical breakpoints. Use to suggest compaction at logical intervals during development sessions.
Session lifecycle management. Parent skill for session-related skills: learning (pattern extraction) and compact (context compression).
Frontend patterns: component design, state management, performance, accessibility. Use when building web frontends, components, or client-side apps.
Database design, query optimization, migrations, and indexing. Use when designing schemas, writing queries, or managing migrations.
Extracts reusable patterns from sessions. Use at session end to capture debugging insights and project-specific knowledge.
Code exploration strategies for understanding unfamiliar codebases. Use when exploring unknown code, debugging, or analyzing architecture.
Native app development strategies including iOS/macOS (Apple platforms), Tauri desktop apps. Use when developing native mobile or desktop applications.
Backend development patterns for services, error handling, logging, caching. Use when building backend services, APIs, or microservices.
首先开源库都会实现某个功能,我们先要理解这个库是干嘛的
Spec-driven development workflow. Interactive phase-by-phase confirmation from proposal to implementation. Trigger: 'spec-flow', 'spec mode', 'need a plan', 'structured development', 'write a spec', 'feature spec', 'technical spec', '需求文档', '技术方案', '任务拆解', '规格驱动', '写个方案', '做个规划', '结构化开发', 'plan this feature', 'break this down', 'design doc'. Creates .spec-flow/ directory with proposal, requirements, design, and tasks.
上一篇主要温习了一下form表单的属性和表单元素,这一片主要讲解用JavaScript如何操作form。
Track and analyze US government shutdown liquidity impacts by monitoring TGA (Treasury General Account), bank reserves, EFFR, and SOFR data from FRED API. Use when user wants to (1) analyze current or past government shutdown effects on financial markets, (2) track liquidity conditions during fiscal policy disruptions, (3) assess "stealth tightening" effects, (4) compare shutdown episodes across different monetary policy regimes (QE vs QT), or (5) generate liquidity stress reports with historical context. Recommended usage frequency is weekly on Wednesdays after TGA/reserve data releases.
McKinsey顾问式问题解决系统。从商业问题出发,通过假设驱动的结构化分析方法,生成McKinsey风格研究报告和PPT。融合Problem Solving方法论、MECE原则、Issue Tree拆解、Hypotheses形成、Dummy Page设计、智能数据收集和专业PPT生成能力。
让PPT更有说服力
* 增译法
记录平时见到的一些技巧,以备不时之需
1.site
批量推进编排 Skill:把“一堆事项/bug/想法/审稿意见”收口为 Assumptions → Triage Queue → Sprint Plan(含并行组/DoD/Gates/回滚)→ Next Backlog;可选将结果落盘到 `<MM_DD>/codex/intake/intake_<topic>.md`、`<MM_DD>/codex/plan/plan_<topic>.md`(以及 `<MM_DD>/codex/exec/exec_<topic>.md`)。适用于“我有一堆事想批量推进/做个冲刺计划/把 backlog 变成可执行任务”等请求。
typeof操作符返回一个字符串,表示未经计算的操作数的类型;该运算符数据类型(返回字符串,对应列表如图)
工欲善其事必先利其器