Agent Skills 排行榜 · 关键词 + 语义搜索

/ 聚焦搜索框
正在使用 AI 进行语义搜索...
25,452
总 Skills
94.8M
总安装量
2,621
贡献者
# Skill 仓库 描述 安装量
1001 image-to-video inference-skills/skills
Install the belt CLI skill: npx skills add belt-sh/cli Image to Video Convert still images to animated videos via inference.sh CLI. Quick Start Requires inference.sh CLI ( belt ). Install instructions belt login Generate a still image belt app run falai/flux-dev-lora --input '{ "prompt": "serene mountain lake at sunset, snow-capped peaks reflected in still water, golden hour light, landscape photography", "width": 1248, "height": 832 }' Show more Installs – Repository infsh-skills/skills GitHub...
10.9K
1002 character-design-sheet inference-skills/skills
Install the belt CLI skill: npx skills add belt-sh/cli Character Design Sheet Create consistent characters across multiple AI-generated images via inference.sh CLI. Quick Start Requires inference.sh CLI ( belt ). Install instructions belt login Show more Installs – Repository infsh-skills/skills GitHub Stars 586 First Seen – Security Audits Gen Agent Trust Hub Pass Socket Pass Snyk Pass
10.9K
1003 video-ad-specs inference-skills/skills
Install the belt CLI skill: npx skills add belt-sh/cli Video Ad Specs Create platform-specific video ads via inference.sh CLI. Quick Start Requires inference.sh CLI ( belt ). Install instructions belt login Show more Installs – Repository infsh-skills/skills GitHub Stars 586 First Seen – Security Audits Gen Agent Trust Hub Pass Socket Warn Snyk Pass
10.9K
1004 product-hunt-launch inference-skills/skills
Install the belt CLI skill: npx skills add belt-sh/cli Product Hunt Launch Optimize your Product Hunt launch with research and visuals via inference.sh CLI. Quick Start Requires inference.sh CLI ( belt ). Install instructions belt login Generate gallery hero image belt app run falai/flux-dev-lora --input '{ "prompt": "clean product showcase, modern SaaS dashboard interface on laptop screen, floating UI elements around it, soft gradient background from blue to purple, professional marketing hero...
10.9K
1005 flutter-use-http-package flutter/skills
Implementing Flutter Networking Contents Configuration & Permissions Request Execution & Response Handling Background Parsing Workflow: Executing Network Operations Examples Configuration & Permissions Configure the environment and platform-specific permissions required for network access. Add the http package dependency via the terminal: flutter pub add http Import the package in your Dart files: import 'package:http/http.dart' as http ; Configure Android permissions by adding the Internet perm...
10.9K
1006 fastapi-python mindrally/skills
FastAPI Python You are an expert in FastAPI and Python backend development. Key Principles Write concise, technical responses with accurate Python examples Favor functional, declarative programming over class-based approaches Prioritize modularization to eliminate code duplication Use descriptive variable names with auxiliary verbs (e.g., is_active, has_permission) Employ lowercase with underscores for file/directory naming (e.g., routers/user_routes.py) Export routes and utilities explicitly ...
10.9K
1007 hook development anthropics/claude-code
Hook Development for Claude Code Plugins Overview Hooks are event-driven automation scripts that execute in response to Claude Code events. Use hooks to validate operations, enforce policies, add context, and integrate external tools into workflows. Key capabilities: Validate tool calls before execution (PreToolUse) React to tool results (PostToolUse) Enforce completion standards (Stop, SubagentStop) Load project context (SessionStart) Automate workflows across the development lifecycle Hook Typ...
10.9K
1008 accessibility-compliance wshobson/agents
Accessibility Compliance Master accessibility implementation to create inclusive experiences that work for everyone, including users with disabilities. When to Use This Skill Implementing WCAG 2.2 Level AA or AAA compliance Building screen reader accessible interfaces Adding keyboard navigation to interactive components Implementing focus management and focus trapping Creating accessible forms with proper labeling Supporting reduced motion and high contrast preferences Building mobile accessibil...
10.9K
1009 resend resend/resend-skills
Resend Quick Send — Node.js import { Resend } from 'resend' ; const resend = new Resend ( process . env . RESEND_API_KEY ) ; const { data , error } = await resend . emails . send ( { from : 'Acme <onboarding@resend.dev>' , to : [ 'delivered@resend.dev' ] , subject : 'Hello World' , html : '<p>Email body here</p>' , } , { idempotencyKey : ` welcome-email/ ${ userId } ` } ) ; if ( error ) { console . error ( 'Failed:' , error . message ) ; return ; } console . log ( 'Sent:' , data . id ) ; Key got...
10.9K
1010 langgraph-fundamentals langchain-ai/langchain-skills
StateGraph : Main class for building stateful graphs Nodes : Functions that perform work and update state Edges : Define execution order (static or conditional) START/END : Special nodes marking entry and exit points State with Reducers : Control how state updates are merged Graphs must be compile() d before execution. Designing a LangGraph application Follow these 5 steps when building a new graph: Map out discrete steps — sketch a flowchart of your workflow. Each step becomes a node. Identify ...
10.9K
1011 spec-driven-implementation warpdotdev/common-skills
spec-driven-implementation Drive a spec-first workflow for substantial features in Warp. Overview Use this skill for significant features where a written spec will improve implementation quality, reduce ambiguity, or make review easier. Be pragmatic: not every change needs specs. Specs should usually live in: specs/<linear-ticket-number>/PRODUCT.md specs/<linear-ticket-number>/TECH.md For example: specs/APP-1234/PRODUCT.md specs/APP-1234/TECH.md specs/ should contain only ticket-named directorie...
10.9K
1012 debugging supercent-io/skills-template
Debugging When to use this skill Encountering runtime errors or exceptions Code produces unexpected output or behavior Performance degradation or memory issues Intermittent or hard-to-reproduce bugs Understanding unfamiliar error messages Post-incident analysis and prevention Instructions Step 1: Gather Information Collect all relevant context about the issue: Error details : Full error message and stack trace Error type (syntax, runtime, logic, etc.) When did it start occurring? Is it reproduci...
10.8K
1013 xiaohongshu zhjiang22/openclaw-xhs
小红书 MCP Skill 基于 xiaohongshu-mcp 封装的 shell 脚本工具集。 前置条件 cd scripts/ ./install-check.sh 检查依赖(xiaohongshu-mcp、jq、python3) ./start-mcp.sh 启动 MCP 服务(默认端口 18060) ./status.sh 确认已登录 未登录时需扫码: mcp-call.sh get_login_qrcode 获取二维码,用小红书 App 扫码。 服务端口可通过 MCP_URL 环境变量覆盖(默认 http://localhost:18060/mcp )。 核心数据流 Show more Installs 9.6K Repository zhjiang22/openclaw-xhs GitHub Stars 100 First Seen Feb 9, 2026 Security Audits Gen Agent Trust Hub Fail Socket Pass Snyk Fail
10.8K
1014 stock-analysis gracefullight/stock-checker
Stock Analysis (v5.0) Analyze US stocks and cryptocurrencies using Yahoo Finance data. Includes portfolio management, crypto support, and periodic analysis. Quick Start IMPORTANT: Pass ONLY the stock ticker symbol(s) as arguments. Do NOT add extra text, headers, or formatting in the command. Analyze a single ticker: uv run { baseDir } /scripts/analyze_stock.py AAPL uv run { baseDir } /scripts/analyze_stock.py MSFT --output json Compare multiple tickers: uv run { baseDir } /scripts/analyze_stock....
10.8K
1015 turborepo antfu/skills
Turborepo Skill Build system for JavaScript/TypeScript monorepos. Turborepo caches task outputs and runs tasks in parallel based on dependency graph. IMPORTANT: Package Tasks, Not Root Tasks DO NOT create Root Tasks. ALWAYS create package tasks. When creating tasks/scripts/pipelines, you MUST: Add the script to each relevant package's package.json Register the task in root turbo.json Root package.json only delegates via turbo run <task> DO NOT put task logic in root package.json . This defeats T...
10.8K
1016 architecture-decision-records wshobson/agents
Architecture Decision Records Comprehensive patterns for creating, maintaining, and managing Architecture Decision Records (ADRs) that capture the context and rationale behind significant technical decisions. When to Use This Skill Making significant architectural decisions Documenting technology choices Recording design trade-offs Onboarding new team members Reviewing historical decisions Establishing decision-making processes Core Concepts 1. What is an ADR? An Architecture Decision Record cap...
10.8K
1017 write-product-spec warpdotdev/common-skills
write-product-spec Write a PRODUCT.md spec for a significant feature in Warp. Overview The product spec should make the desired behavior unambiguous enough that an agent can implement it correctly and avoid regressions. Describe the feature purely from the user's perspective — what the user sees, does, and experiences, and the invariants that must hold for them. Do not include implementation details (internal types, state layout, module boundaries, data flow, algorithms). "User" is not limited t...
10.8K
1018 review-pr warpdotdev/common-skills
Review PR Skill Review the current pull request and write the output to review.json . Context The working directory is the PR branch checkout. The workflow provides an annotated diff in pr_diff.txt . The workflow provides the PR description in pr_description.txt . Focus on files and lines changed by this PR. Do not post comments or reviews to GitHub directly. Review Scope Prioritize correctness, security, error handling, and meaningful performance issues. Include style or nit comments only when ...
10.8K
1019 write-tech-spec warpdotdev/common-skills
write-tech-spec Write a TECH.md spec for a significant feature in Warp. Overview The tech spec should translate product intent into an implementation plan that fits the existing codebase, documents architectural choices, and makes the work easier for agents to execute and reviewers to evaluate. Write specs to specs/<id>/TECH.md , where <id> is one of: a Linear ticket number (e.g. specs/APP-1234/TECH.md ) a GitHub issue id, prefixed with gh- (e.g. specs/gh-4567/TECH.md ) a short kebab-case featur...
10.8K
1020 resolve-merge-conflicts warpdotdev/common-skills
Resolve Merge Conflicts Overview Resolve conflicts without opening full files unless the compact view is insufficient. Start with a summary, then inspect one conflicted file at a time. Workflow Start with a summary. python3 .agents/skills/resolve-merge-conflicts/scripts/extract_conflict_context.py Use the summary to identify which files are unresolved, which index stages exist, and how many text hunks each file contains. Drill into one file. Show more
10.8K
1021 fix-errors warpdotdev/common-skills
fix-errors Fix compilation errors, linting issues, and test failures in the warp Rust codebase. Overview This skill helps resolve common issues encountered during development, including: Compilation errors (unused imports, type mismatches, etc.) Linting failures (clippy warnings) Formatting violations WASM-specific errors Test failures Before opening or updating a pull request, all presubmit checks must pass. Presubmit Checks Run all presubmit checks at once: Show more
10.8K
1022 implement-specs warpdotdev/common-skills
implement-specs Implement an approved feature from PRODUCT.md and TECH.md . Overview Use this skill after the product and tech specs are approved. The goal is to build the feature described by the specs while keeping the checked-in specs and the implementation aligned as the work evolves. Approved specs should live directly under a ticket-named directory in specs/ , for example specs/APP-1234/PRODUCT.md and specs/APP-1234/TECH.md . In many cases, the implementation should be pushed in the same P...
10.8K
1023 code-review-and-quality addyosmani/agent-skills
Code Review and Quality Overview Multi-dimensional code review with quality gates. Every change gets reviewed before merge — no exceptions. Review covers five axes: correctness, readability, architecture, security, and performance. The standard is: "Would a staff engineer approve this diff and the verification story?" When to Use Before merging any PR or change After completing a feature implementation When another agent or model produced code you need to evaluate When refactoring existing code ...
10.8K
1024 user-guide-writing supercent-io/skills-template
User Guide Writing When to use this skill New Features : Introduce new features to users Onboarding : Train new users FAQ : Organize frequently asked questions Instructions Step 1: Quick Start Guide Getting Started with MyApp Welcome to MyApp! This guide will help you get up and running in 5 minutes. Step 1: Create an Account 1. Go to [ https://myapp.com/signup ]( https://myapp.com/signup ) 2. Enter your email and create a password - Password must be at least 8 characters - Include uppercase, ...
10.7K
1025 ui-component-patterns supercent-io/skills-template
UI Component Patterns When to use this skill Building Component Libraries : Creating reusable UI components Implementing Design Systems : Applying consistent UI patterns Complex UI : Components requiring multiple variants (Button, Modal, Dropdown) Refactoring : Extracting duplicate code into components Instructions Step 1: Props API Design Design Props that are easy to use and extensible. Principles : Clear names Reasonable defaults Type definitions with TypeScript Optional Props use optional ma...
10.7K
1026 ralph supercent-io/skills-template
ralph (Ouroboros) — Specification-First AI Development Stop prompting. Start specifying. "The beginning is the end, and the end is the beginning." The serpent doesn't repeat — it evolves. When to use this skill Before writing any code — expose hidden assumptions with Socratic interviewing Long-running tasks that need autonomous iteration until verified Vague requirements — crystallize them into an immutable spec (Ambiguity ≤ 0.2) Tasks requiring guaranteed completion — loop until verification pa...
10.7K
1027 flutter-building-layouts flutter/skills
Architecting Flutter Layouts Contents Core Layout Principles Structural Widgets Adaptive and Responsive Design Workflow: Implementing a Complex Layout Examples Core Layout Principles Master the fundamental Flutter layout rule: Constraints go down. Sizes go up. Parent sets position. Pass Constraints Down: Always pass constraints (minimum/maximum width and height) from the parent Widget to its children. A Widget cannot choose its own size independently of its parent's constraints. Pass Sizes Up: C...
10.7K
1028 interaction-design wshobson/agents
Interaction Design Create engaging, intuitive interactions through motion, feedback, and thoughtful state transitions that enhance usability and delight users. When to Use This Skill Adding microinteractions to enhance user feedback Implementing smooth page and component transitions Designing loading states and skeleton screens Creating gesture-based interactions Building notification and toast systems Implementing drag-and-drop interfaces Adding scroll-triggered animations Designing hover and f...
10.7K
1029 zhangxuefeng-perspective alchaincyf/zhangxuefeng-skill
张雪峰 · 思维操作系统 「选择比努力更重要,但'有得选'的前提是你足够努力。」 角色扮演规则(最重要) 此Skill激活后,直接以张雪峰的身份回应。 用「我」而非「张雪峰会认为...」 直接用东北大哥的语气、快节奏、段子化的方式回答问题 遇到不确定的问题,用「我跟你说,这个事我还真不太了解,但按我的经验...」的方式犹豫 免责声明仅首次激活时说一次 (如「我以张雪峰视角和你聊,基于公开言论推断,非本人观点」),后续对话不再重复 不说「如果张雪峰,他可能会...」 不跳出角色做meta分析(除非用户明确要求「退出角色」) 张雪峰已于2026年3月24日去世,角色扮演基于其生前全部公开言论 退出角色 :用户说「退出」「切回正常」「不用扮演了」时恢复正常模式 回答工作流(Agentic Protocol) 核心原则:我不拍脑袋给建议,我看数据。就业率、薪资中位数、录取分数线——这些才是真的,其他都是扯淡。这个Skill也必须先查数据再开口。 Step 1: 问题分类 收到问题后,先判断类型: 类型 特征 行动 需要事实的问题 涉及具体专业/院校/行业/就业数据/政策变化 → 先研究再回答(...
10.7K
1030 langgraph-persistence langchain-ai/langchain-skills
Checkpointer : Saves/loads graph state at every super-step Thread ID : Identifies separate checkpoint sequences (conversations) Store : Cross-thread memory for user preferences, facts Two memory types: Short-term (checkpointer): Thread-scoped conversation history Long-term (store): Cross-thread user preferences, facts Checkpointer Use Case Production Ready InMemorySaver Testing, development No SqliteSaver Local development Partial PostgresSaver Production Yes Checkpointer Setup class State(Typed...
10.7K
1031 update-skill warpdotdev/common-skills
update-skill This guide provides instructions for creating or updating skills in this repository. It covers the required structure, frontmatter, and best practices for skills. Quick Start Every skill is a directory containing a SKILL.md file with YAML frontmatter and markdown body: --- name : pdf - processing description : Extract text and tables from PDF files , fill forms , merge documents. --- PDF Processing When to use this skill Use this skill when the user needs to work with PDF files......
10.7K
1032 create-pr warpdotdev/common-skills
create-pr Overview This guide covers best practices for creating pull requests in the warp repository, including merging master, running presubmit checks, linking Linear tasks, ensuring appropriate test coverage, and structuring your PR for effective review.
10.7K
1033 diagnose-ci-failures warpdotdev/common-skills
diagnose-ci-failures Programmatically diagnose CI failures for a PR and generate a plan to fix them. Overview This skill provides a deterministic workflow to check CI status for a PR, extract failure logs, analyze errors, and create a plan (not code changes) to resolve issues. The output is always a plan document that can be reviewed before execution. Workflow 1. Verify PR exists for current branch Get the current branch and check if a PR exists: Get current branch git branch --show-current Ch...
10.7K
1034 vercel-deploy supercent-io/skills-template
Vercel Deploy Deploy any project to Vercel instantly. No authentication required. When to use this skill App deployment : when asked "Deploy my app" Preview deployment : when asked "Create a preview deployment" Production deployment : when asked "Deploy this to production" Share link : when asked "Deploy and give me the link" How It Works Packages your project into a tarball (excludes node_modules and .git ) Auto-detects framework from package.json Uploads to deployment service Returns Preview U...
10.6K
1035 log-analysis supercent-io/skills-template
Log Analysis When to use this skill Error debugging : analyze the root cause of application errors Performance analysis : analyze response times and throughput Security audit : detect anomalous access patterns Incident response : investigate the root cause during an outage Instructions Step 1: Locate Log Files Common log locations /var/log/ System logs /var/log/nginx/ Nginx logs /var/log/apache2/ Apache logs ./logs/ Application logs Step 2: Search for Error Patterns Common error search : S...
10.6K
1036 authentication-setup supercent-io/skills-template
Authentication Setup When to use this skill Lists specific situations where this skill should be triggered: User Login System : When adding user authentication to a new application API Security : When adding an authentication layer to a REST or GraphQL API Permission Management : When role-based access control is needed Authentication Migration : When migrating an existing auth system to JWT or OAuth SSO Integration : When integrating social login with Google, GitHub, Microsoft, etc. Input Forma...
10.6K
1037 bmad-orchestrator supercent-io/skills-template
bmad-orchestrator — BMAD Workflow Orchestration with SSD When to use this skill Initializing BMAD in a new project (with or without SSD) Running structured TEA cycles within each BMAD phase Checking and resuming BMAD/SSD workflow status Routing work across Analysis, Planning, Solutioning, and Implementation Managing structured handoff and cross-phase traceability between phases What is SSD (Structured System Design)? SSD is a meta-framework that embeds TEA cycles within each BMAD phase, transfor...
10.6K
1038 java-junit github/awesome-copilot
JUnit 5+ Best Practices Your goal is to help me write effective unit tests with JUnit 5, covering both standard and data-driven testing approaches. Project Setup Use a standard Maven or Gradle project structure. Place test source code in src/test/java . Include dependencies for junit-jupiter-api , junit-jupiter-engine , and junit-jupiter-params for parameterized tests. Use build tool commands to run tests: mvn test or gradle test . Test Structure Test classes should have a Test suffix, e.g., Cal...
10.6K
1039 scrape brightdata/skills
Bright Data - Web Scraper Scrape any webpage and get clean markdown content using Bright Data's Web Unlocker API. Automatically bypasses bot detection and CAPTCHA. Setup 1. Get your API Key: Get a key from Bright Data Dashboard . 2. Create a Web Unlocker zone: Create a zone at brightdata.com/cp by clicking "Add" (top-right), selecting "Unlocker zone". 3. Set environment variables: export BRIGHTDATA_API_KEY = "your-api-key" export BRIGHTDATA_UNLOCKER_ZONE = "your-zone-name" Usage bash scripts/scr...
10.6K
1040 simplify brianlovin/claude-config
You are an expert code simplification specialist focused on enhancing code clarity, consistency, and maintainability while preserving exact functionality. Your expertise lies in applying project-specific best practices to simplify and improve code without altering its behavior. You prioritize readable, explicit code over overly compact solutions. This is a balance that you have mastered as a result your years as an expert software engineer. You will analyze recently modified code and apply refi...
10.6K
1041 react-doctor millionco/react-doctor
React Doctor Scans your React codebase for security, performance, correctness, and architecture issues. Outputs a 0-100 score with actionable diagnostics. Usage npx -y react-doctor@latest . --verbose --diff Workflow Run after making changes to catch issues early. Fix errors first, then re-run to verify the score improved.
10.6K
1042 langchain-rag langchain-ai/langchain-skills
Pipeline: Index : Load → Split → Embed → Store Retrieve : Query → Embed → Search → Return docs Generate : Docs + Query → LLM → Response Key Components: Document Loaders : Ingest data from files, web, databases Text Splitters : Break documents into chunks Embeddings : Convert text to vectors Vector Stores : Store and search embeddings Vector Store Use Case Persistence InMemory Testing Memory only FAISS Local, high performance Disk Chroma Development Disk Pinecone Production, managed Cloud Complet...
10.6K
1043 langchain-fundamentals langchain-ai/langchain-skills
<create_agent> Creating Agents with create_agent create_agent() is the recommended way to build agents. It handles the agent loop, tool execution, and state management. Agent Configuration Options Parameter Purpose Example model LLM to use "anthropic:claude-sonnet-4-5" or model instance tools List of tools [search, calculator] system_prompt / systemPrompt Agent instructions "You are a helpful assistant" checkpointer State persistence MemorySaver() middleware Processing hooks [HumanInTheLoopMiddl...
10.6K
1044 state-management supercent-io/skills-template
State Management When to use this skill 전역 상태 필요: 여러 컴포넌트가 같은 데이터 공유 Props Drilling 문제: 5단계 이상 props 전달 복잡한 상태 로직: 인증, 장바구니, 테마 등 상태 동기화: 서버 데이터와 클라이언트 상태 동기화 Instructions Step 1: 상태 범위 결정 로컬 vs 전역 상태를 구분합니다. 판단 기준: 로컬 상태: 단일 컴포넌트에서만 사용 폼 입력값, 토글 상태, 드롭다운 열림/닫힘 useState, useReducer 사용 전역 상태: 여러 컴포넌트에서 공유 사용자 인증, 장바구니, 테마, 언어 설정 Context API, Redux, Zustand 사용 예시: // ✅ 로컬 상태 (단일 컴포넌트) function SearchBox() { const [query, setQuery] = useState(''); const [isOpen, setIsOpen] = useState(fa...
10.5K
1045 web-design-guidelines supercent-io/skills-template
Web Interface Guidelines Review files for compliance with Web Interface Guidelines. How It Works Fetch the latest guidelines from the source URL below Read the specified files (or prompt user for files/pattern) Check against all rules in the fetched guidelines Output findings in the terse file:line format Guidelines Source Fetch fresh guidelines before each review: https://raw.githubusercontent.com/vercel-labs/web-interface-guidelines/main/command.md Use WebFetch to retrieve the latest rules. Th...
10.5K
1046 opencontext supercent-io/skills-template
OpenContext Context Management (Persistent Memory) Give your AI assistant persistent memory. Stop repeating explanations, and build smarter. When to use this skill When you need to keep context across sessions When you need to record project background/decisions When you need to search prior conclusions/lessons When you need knowledge sharing in a Multi-Agent workflow When you want to reduce repetitive background explanations 1. Core concepts Problem When working with an AI assistant, context ge...
10.5K
1047 system-environment-setup supercent-io/skills-template
System & Environment Setup When to use this skill New project : Initial environment setup Team onboarding : Standardizing new developer environments Multiple services : Local execution of microservices Production replication : Testing production environment locally Instructions Step 1: Docker Compose Configuration docker-compose.yml : version : '3.8' services : Web Application web : build : context : . dockerfile : Dockerfile ports : - "3000:3000" environment : - NODE_ENV=development - DATABASE...
10.5K
1048 prompt-repetition supercent-io/skills-template
Prompt Repetition Problem Being Solved LLMs are trained as Causal Language Models , where each token attends only to previous tokens . This leads to: Context-Question Problem : The question is unknown when processing context Options-First MCQ Problem : Cannot fully understand the question context when viewing answer choices Position/Index Problem : Attention weights weaken for specific position information in long lists Prompt repetition enables the second pass to reference the entire first pass...
10.5K
1049 task-estimation supercent-io/skills-template
Task Estimation When to use this skill Sprint Planning : Decide what work to include in the sprint Roadmap creation : Build long-term plans Resource planning : Estimate team size and schedule Instructions Step 1: Story Points (relative estimation) Fibonacci sequence : 1, 2, 3, 5, 8, 13, 21 Story Point guidelines 1 Point (Very Small) - Example: text change, constant value update - Time: 1-2 hours - Complexity: very low - Risk: none 2 Points (Small) - Example: simple bug fix, add logging - Time...
10.5K
1050 standup-meeting supercent-io/skills-template
Standup Meeting When to use this skill Daily : same time, same place During a sprint : when team sync is needed Remote teams : async standup Instructions Step 1: 3 Questions Format Daily Standup Template Date : 2025-01-15 Time : 9:30 AM Duration : 15 minutes Team Member A - Yesterday : - Completed user authentication API (123) - 2 code reviews - Today : - Implement JWT refresh token (124) - Write unit tests - Blockers : - Need Redis setup docs (ask Team Member B for help) Team Mem...
10.5K