Cursor rule
.cursor/rules/rules.mdcプロジェクトルール
Cursor rules
Quality
54/100
Scores the file, not the repository.Length
153 words
15 headings · 2 code blocksRepository
1
— · pushed 500 days agoLast changed
3 days ago
First indexed 3 days ago.123456---7description: プロジェクトルール8globs:9alwaysApply: false10---11# 技術スタックと制約12requirements.txtを参照1314# 品質管理プロトコル15## 1. コード品質16- TypeScriptの厳格な型チェック17- ESLintルールの完全準拠18- コードの一貫性維持19## 2. パフォーマンス20- 不要な再レンダリングの防止21- 効率的なデータフェッチング22- バンドルサイズの最適化23## 3. セキュリティ24- 入力値の厳格なバリデーション25- 適切なエラーハンドリング26- 機密情報の安全な管理27## 4. UI/UX28- レスポンシブデザインの確保29- アクセシビリティ基準の遵守30- 一貫したデザインシステムの維持3132# プロジェクト構造規約33以下はリポジトリに合わせて更新する34```35・catbot.py36 ローカルでチャットボットを実行するためのスクリプト37・direct_chatbot.py38 ローカルで猫を模倣しないシンプルなチャットボットを実行するためのスクリプト39・finetune_cat_model(_v2).py40 LLMをファインチューニングするためのスクリプト41 無印とv2の違いはトレーニングパラメータとベースモデルのみ42・model_download.py43 Hugging Faceからモデルをダウンロードするスクリプト44 チャットボットやファインチューニングでは直接リポジトリを参照できるのでこのスクリプトは必須ではない45・catbot/46 streamlit製、Hugging Face Spacesで公開するデモアプリ47```4849# 実装プロセス50## 1. 初期分析フェーズ51```markdown52### 要件分析53- 機能要件の特定54- 技術的制約の確認55- 既存コードとの整合性確認56### リスク評価57- 潜在的な技術的課題58- パフォーマンスへの影響59- セキュリティリスク60```61## 2. 実装フェーズ62- 統合的な実装アプローチ63- 継続的な検証64- コード品質の維持65## 3. 検証フェーズ66- 単体テスト67- 統合テスト68- パフォーマンステスト69## 4. 最終確認70- 要件との整合性71- コード品質72- ドキュメント完成度7374# エラー対応プロトコル751. **問題の特定**76 - エラーメッセージの解析77 - 影響範囲の特定78 - 原因の切り分け792. **解決策の策定**80 - 複数の対応案の検討81 - リスク評価82 - 最適解の選択833. **実装と検証**84 - 解決策の実装85 - テストによる検証86 - 副作用の確認874. **文書化**88 - 問題と解決策の記録89 - 再発防止策の提案90 - 学習点の共有9192以上の指示に従い、確実で質の高い実装を行います。指示された範囲内でのみ処理を行い、不要な追加実装は行いません。不明点や重要な判断が必要な場合は、必ず確認を取ります。9394
Also in n-yokomachi/catbot
Diff this repo’s formatsOne repository carrying more than one format is the comparison this product exists for: does anyone actually write different content in each file, or is one a copy of the other?
| Repository | Format | Stack | Covers | Score | Changed |
|---|---|---|---|---|---|
| n-yokomachi/catbot.cursor/rules/prompts.mdc · 1 | Cursor rules | no sections | 31/100 | 3 days ago |
Similar configs
Same format, overlapping stack, ranked by quality.
| Repository | Format | Stack | Covers | Score | Changed |
|---|---|---|---|---|---|
| hiromaily/go-crypto-wallet.cursor/rules/typescript.mdc · 126 | Cursor rules | setupbuildtestlint-format+6 | 100/100 | 3 days ago | |
| TechSquidTV/Hermes.cursor/rules/10-hermes-api.mdc · 45 | Cursor rules | testlint-formatstylearch+5 | 100/100 | 3 days ago | |
| dodgecfr/combatfilms-webapp.cursor/rules/frontend.mdc · 0 | Cursor rules | setuptestlint-formatstyle+7 | 99/100 | 3 days ago | |
| deifos/clipmira-subtitles.cursor/rules/frontend.mdc · 1 | Cursor rules | setuptestlint-formatstyle+7 | 99/100 | 3 days ago | |
| markstev/mark-starter.cursor/rules/frontend.mdc · 0 | Cursor rules | setuptestlint-formatstyle+6 | 99/100 | 3 days ago | |
| Allymahmoud/case-intake-platform.cursor/rules/frontend.mdc · 0 | Cursor rules | setuptestlint-formatstyle+7 | 99/100 | 3 days ago | |
| langflow-ai/langflow.cursor/rules/docs_development.mdc · 153k | Cursor rules | setupbuildtestlint-format+7 | 97/100 | 3 days ago | |
| TechSquidTV/Hermes.cursor/rules/20-hermes-api-tests.mdc · 45 | Cursor rules | teststyletesting-strategysecurity+3 | 97/100 | 3 days ago |
