18 skills found
StefKors / button-sizing- **Height**: 24px (`var(--button-height-standard)`) - **Font Size**: 12px (`var(--button-font-size-standard)`) - Use for regular buttons throughout the application
fcpauldiaz / n4-hidden-behind-kNo visible nav. The user opens a command palette via `⌘K` to get anywhere. Designed for keyboard-first audiences. *Use when:* the page is for technical users who expect this affordance. *Don't confuse with:* N2 Floating chip (which is visible always). ```html <button class="kbd-hint">⌘ K</button>
matipojo / cursor-rulesSimple rules that makes the difference
mormorbump / 00_basicfsmによる状態遷移のサンプル
mizchi / 00_basicユーザーはRooよりプログラミングが得意ですが、時短のためにRooにコーディングを依頼しています。 2回以上連続でテストを失敗した時は、現在の状況を整理して、一緒に解決方法を考えます。 私は GitHub
hasaneyldrm / cursor-rulesCursor rule'larını topladığım github repositorysi
kyouyap / 00_basicユーザーはRooよりプログラミングが得意ですが、時短のためにRooにコーディングを依頼しています。 2回以上連続でテストを失敗した時は、現在の状況を整理して、一緒に解決方法を考えます。 私は GitHub
Qwertic / cursorrulesA collection of .cursorrules
Horosheff / cursor-jrCursorJr — русскоязычный субагент-наставник для Cursor: автоматизация, MCP, Rules, Skills, Canvas и обучение новичков
char5742 / 00_basicユーザーはRooよりプログラミングが得意ですが、時短のためにRooにコーディングを依頼しています。 2回以上連続でテストを失敗した時は、現在の状況を整理して、一緒に解決方法を考えます。 私は GitHub
200okmk / uiReactコンポーネント実装・運用指針を定義したもの。具体的にはShadcn/uiの基礎UIコンポーネント群やエコシステムを中心にコンポーネントを構築していくこと、Tailwindのデザインシステム運用指針、アクセシビリティのためのセマンティックHTMLやキーボード操作などに関する指針などを定義している。
MustafaKemal0146 / cursor-egitimiBu repo, Cursor AI'nin nasıl kullanılacağına dair eğitimler, örnek .cursorrules dosyaları ve yapay zeka destekli kodlama ipuçları içerir. Cursor AI ile daha verimli kod yazmak için bu kaynakları kullanabilirsiniz.
char5742 / css最新のCSSを活用したコーディングのベストプラクティスをまとめます。JavaScriptに頼らず、純粋なCSSで機能性と表現力を最大化することを目指します。 - **JavaScript不要を前提**に、CSSだけでUI実装を完結させる。
rwi001 / reddit-automationAutomate Reddit tasks via Rube MCP (Composio): search subreddits, create posts, manage comments, and browse top content. Always search tools first for current schemas.
onlook-dev / onlookThe Cursor for Designers • An Open-Source AI-First Design tool • Visually build, style, and edit your React App with AI
Nlkomaru / 00_basicNikomaru Portfolio (WIP)
Nlkomaru / 02_coding- styleを記述する際は、ディレクトリに応じて、技術スタックで記載されているCSSライブラリの記法で記述してください。 - 常に既存コードの設計や記法を参考にしてください。。
juzser / add-block-actionAdd a new block action handler for the Slack poll bot. The user will describe what the new action should do. Use $ARGUMENTS as the description. Steps: 1. Read `src/index.ts` to understand the existing `handleBlockAction()` function and how actions are routed by `action.action_id`. 2.