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

/ 聚焦搜索框
正在使用 AI 进行语义搜索...
23,097
总 Skills
59.4M
总安装量
2,536
贡献者
# Skill 仓库 描述 安装量
18551 configure-justfile laurigates/claude-plugins
/configure:justfile Check and configure project Justfile against project standards. When to Use This Skill Use this skill when... Use another approach when... Setting up a new Justfile for a project Project already uses Make exclusively and migration is not desired — use /configure:makefile Auditing existing Justfile for missing standard recipes Writing complex custom recipes — use justfile-expert skill Migrating from Makefile to Justfile Project has no task runner needs (single-file scripts) En...
48
18552 test-automation vladm3105/aidoc-flow-framework
test-automation Description: Automated test generation, BDD execution, coverage analysis, and contract testing Category: Quality Assurance & Testing Complexity: High (multi-framework integration + coverage analysis) Purpose Transform SDD artifacts (BDD scenarios, requirements, contracts) into executable test suites with comprehensive coverage tracking. Ensures code implementation matches specifications and contracts. Capabilities 1. BDD Scenario Generation Parse BDD documents (Given-When-T...
48
18553 collaborative-ideation qodex-ai/ai-agent-skills
Brainstorming Ideas Into Designs Overview Help turn ideas into fully formed designs and specs through natural collaborative dialogue. Start by understanding the current project context, then ask questions one at a time to refine the idea. Once you understand what you're building, present the design in small sections (200-300 words), checking after each section whether it looks right so far. The Process Understanding the idea: Check out the current project state first (files, docs, recent co...
48
18554 github-proxy volcengine/openviking
GitHub 国内代理加速 Skill 使用 githubproxy.cc 代理服务,为国内访问 GitHub 提供加速支持。 代理服务 当前使用的代理服务: 主要服务 : githubproxy.cc (测试有效,加速约 3 倍) 备用服务 : ghfast.top 使用方法 1. Git Clone 加速 将 GitHub 仓库链接前加上 https://githubproxy.cc/ 前缀: 原始链接 git clone https://github.com/username/repo.git 加速链接 git clone https://githubproxy.cc/https://github.com/username/repo.git 2. 文件下载加速 支持以下类型的 GitHub 资源加速: Raw 文件 : https://raw.githubusercontent.com/... Release 文件 : 项目发布的附件 Archive 压缩包 : 仓库打包下载 Gist 文件 : gist.github.com 或 gist.githubusercontent...
48
18555 ink-component-patterns thebushidocollective/han
You are an expert in building terminal UIs with Ink, React for the terminal. Core Principles - Use functional components with TypeScript for type safety - Leverage Ink's built-in components (Box, Text, Newline, Spacer) - Keep components focused and composable - Use proper prop types and interfaces - Handle terminal resizing gracefully Component Structure Basic Component ``` import { Box, Text } from 'ink'; import React from 'react'; interface MyComponentProps { title: string; it...
48
18556 nestjs-testing thebushidocollective/han
Master testing in NestJS for building reliable applications with comprehensive unit, integration, and end-to-end tests. Unit Testing Setup Creating and configuring test modules with TestingModule. ``` import { Test, TestingModule } from '@nestjs/testing'; import { UserService } from './user.service'; import { getRepositoryToken } from '@nestjs/typeorm'; import { User } from './entities/user.entity'; describe('UserService', () => { let service: UserService; let module: TestingModule; ...
48
18557 godot-adapt-mobile-to-desktop thedivergentai/gd-agentic-skills
Adapt: Mobile to Desktop Expert guidance for scaling mobile games to desktop platforms. NEVER Do NEVER keep touch-only controls — Add mouse/keyboard alternatives. Touch controls on desktop feel awkward and limit precision. NEVER lock to mobile resolution — Desktop can handle 1920x1080+ and higher frame rates. Upscale UI, increase render distance. NEVER hide graphics settings — Desktop players expect quality options (resolution, VSync, shadows, anti-aliasing). NEVER use mobile-sized UI — Touch ta...
48
18558 cloudformation itsmostafa/aws-agent-skills
AWS CloudFormation AWS CloudFormation provisions and manages AWS resources using templates. Define infrastructure as code, version control it, and deploy consistently across environments. Table of Contents Core Concepts Common Patterns CLI Reference Best Practices Troubleshooting References Core Concepts Templates JSON or YAML files defining AWS resources. Key sections: Parameters: Input values Mappings: Static lookup tables Conditions: Conditional resource creation Resources: AWS resources ...
48
18559 performance profiler eddiebe147/claude-settings
Performance Profiler Identify and eliminate performance bottlenecks. From CPU profiling to database query optimization, systematically improve application speed and efficiency. Core Workflows Workflow 1: Application Profiling Baseline - Establish current performance metrics Profiling - Run CPU, memory, and I/O profilers Hotspot Analysis - Identify slow code paths Optimization - Implement targeted improvements Verification - Measure improvement Workflow 2: Database Optimization Query Analysis - I...
48
18560 port-c-module redisearch/redisearch
Port Module Skill Guide for porting a C module to Rust. Arguments The module name to port should be provided as an argument (e.g., /port-module triemap ). Module to port: $ARGUMENTS Usage Use this skill when starting to port a C module to Rust. Instructions 1. Analyze the C Code First, understand the C module you're porting (look for $ARGUMENTS.c and $ARGUMENTS.h in src/ ): Read the .c and .h files in src/ Identify what is exposed by the header file: Does the rest of the codebase have access to ...
48
18561 carousel designer eddiebe147/claude-settings
Carousel Designer Design educational carousel posts for Instagram and LinkedIn that inform and engage When to Use This Skill Use this skill when you need to: Create visual assets and layouts Improve user experience Develop design systems Not recommended for: Tasks requiring copywriting data analysis Quick Reference Action Command/Trigger Create carousel designer carousel post Review and optimize review carousel designer Get best practices carousel designer best practices Core Workflows Workflow ...
48
18562 solidity-coding 0xlayerghost/solidity-agent-kit
Solidity Coding Standards Language Rule Always respond in the same language the user is using. If the user asks in Chinese, respond in Chinese. If in English, respond in English. Coding Principles Pragma : Use pragma solidity ^0.8.19; — keep consistent across all files in the project Dependencies : OpenZeppelin Contracts 4.9.x, manage imports via remappings.txt Error Handling : Prefer custom errors over require strings — saves gas and is more expressive Define: error InsufficientBalance(uint256 ...
48
18563 dependency-auditor ovachiever/droid-tings
Dependency Auditor You are a dependency security auditor for OpenClaw. When a skill tries to install packages or you review a project's dependencies, check for security issues. When to Audit Before running npm install , pip install , go get commands suggested by a skill When reviewing a skill that adds dependencies to package.json or requirements.txt When a skill suggests installing a package you haven't used before During periodic security audits of your project Audit Checklist 1. Package Legit...
48
18564 technical-analyst nicepkg/ai-workflow
Technical Analyst Overview This skill enables comprehensive technical analysis of weekly price charts. Analyze chart images to identify trends, support and resistance levels, moving average relationships, volume patterns, and develop probabilistic scenarios for future price movement. All analysis is conducted objectively using only chart data, without influence from news, fundamentals, or market sentiment. Core Principles Pure Chart Analysis : Base all conclusions exclusively on technical data v...
48
18565 safe-calculator cisco-ai-defense/skill-scanner
Safe Calculator Safely evaluates mathematical expressions. Usage Provide a mathematical expression and get the result.
48
18566 go grafana/loki
Go (Golang) You are an expert in Go development with deep knowledge of APIs, microservices, and backend systems. Core Principles Write idiomatic Go code following Go conventions Utilize Go 1.22+ features including new routing capabilities Follow RESTful API design principles Implement proper error handling with custom error types when beneficial Code Organization Clean Architecture principles with handlers, services, repositories, and domain models Interface-driven development with explicit de...
48
18567 woocommerce-code-review secondsky/claude-skills
No SKILL.md available for this skill. View on GitHub
48
18568 blueprint-promote laurigates/claude-plugins
Copy a generated rule to the custom rules layer for preservation. Purpose : Copy generated content from .claude/rules/ to preserve modifications Mark as acknowledged in manifest to prevent overwrite warnings Generated rules in .claude/rules/ are the standard location (v3.0) Usage : /blueprint:promote [name] Examples : /blueprint:promote testing-strategies - Acknowledge a rule's modifications Steps : Parse argument : Extract name from arguments If no name provided, list available generated rules ...
48
18569 erpnext-impl-controllers openaec-foundation/erpnext_anthropic_claude_development_skill_package
ERPNext Controllers - Implementation This skill helps you determine HOW to implement server-side DocType logic. For exact syntax, see erpnext-syntax-controllers . Version : v14/v15/v16 compatible Main Decision: Controller vs Server Script? ┌───────────────────────────────────────────────────────────────────┐ │ WHAT DO YOU NEED? │ ├───────────────────────────────────────────────────────────────────┤ │ ...
48
18570 pdf project-n-e-k-o/n.e.k.o
PDF Processing Guide Overview This guide covers essential PDF processing operations using Python libraries and command-line tools. For advanced features, JavaScript libraries, and detailed examples, see REFERENCE.md. If you need to fill out a PDF form, read FORMS.md and follow its instructions. Quick Start from pypdf import PdfReader , PdfWriter Read a PDF reader = PdfReader ( "document.pdf" ) print ( f"Pages: { len ( reader . pages ) } " ) Extract text text = "" for page in reader . pages : t...
48
18571 transition-sequences dylantarre/animation-principles
Transition Sequence Animations Apply Disney's 12 principles to choreographed multi-step motion. Principle Application Squash & Stretch: Each element in sequence can compress/expand independently for organic feel. Anticipation: Sequence starts with a setup phase. Brief pause or gather before motion begins. Staging: Direct attention through the sequence. Most important element animates first or last. Straight Ahead vs Pose-to-Pose: Plan keyframes for each step. Map the entire sequence before...
48
18572 time blocker eddiebe147/claude-settings
Time Blocker The Time Blocker skill helps you protect and optimize your calendar using time blocking strategies—the practice of scheduling every hour of your day to ensure important work gets done. Rather than letting your calendar fill reactively with meetings and interruptions, this skill helps you proactively design your ideal week. This skill applies principles from Cal Newport's "Deep Work," Peter Drucker's effectiveness teachings, and modern async work practices to help you create a calend...
48
18573 prompt-analysis git-ai-project/git-ai
Prompt Analysis Skill Analyze AI prompting patterns using the local prompts.db SQLite database. What is Git AI? Git AI is a tool that tracks AI-generated code and prompts in git. It stores: Every AI conversation (prompts and responses) Which lines of code came from AI vs human edits Acceptance rates (how much AI code was kept vs modified) Associated commits and authors This skill queries that data to help users understand their AI coding patterns. Initialization First, determine scope from the u...
48
18574 sales-comp-plan-designer onewave-ai/claude-skills
Sales Comp Plan Designer Base/variable split recommendations, accelerators, decelerators, quota retirement methods, SPIFs, cost of sales tracking. Instructions You are an expert sales compensation designer. Create motivating comp plans that align behaviors with business goals. Output Format Sales Comp Plan Designer Output Generated: {timestamp} --- Results [Your formatted output here] --- Recommendations [Actionable next steps] Best Practices Be Specific: Focus on concrete, actio...
48
18575 configure-reusable-workflows laurigates/claude-plugins
/configure:reusable-workflows Install Claude-powered reusable GitHub Actions workflows from claude-plugins into a project. When to Use This Skill Use this skill when... Use another approach when... Adding Claude-powered reusable workflows for security, quality, or accessibility Setting up standard CI/CD workflows (use /configure:workflows ) Installing pre-built workflow callers from claude-plugins Writing custom GitHub Actions workflows from scratch Automating OWASP, secret scanning, or code sme...
48
18576 gitops-workflow oimiragieo/agent-studio
GitOps Workflow Complete guide to implementing GitOps workflows with ArgoCD and Flux for automated Kubernetes deployments. Purpose Implement declarative, Git-based continuous delivery for Kubernetes using ArgoCD or Flux CD, following OpenGitOps principles. When to Use This Skill Set up GitOps for Kubernetes clusters Automate application deployments from Git Implement progressive delivery strategies Manage multi-cluster deployments Configure automated sync policies Set up secret management in Git...
48
18577 readability-scorer dkyazzentwatwa/chatgpt-skills
Analyze text readability using industry-standard formulas. Get grade level estimates, complexity metrics, and suggestions for improving clarity. Quick Start ``` from scripts.readability_scorer import ReadabilityScorer Score text scorer = ReadabilityScorer() scores = scorer.analyze("Your text to analyze goes here.") print(f"Grade Level: {scores['grade_level']}") print(f"Flesch Reading Ease: {scores['flesch_reading_ease']}") ``` Features - Multiple Formulas: Flesch-Kincaid, Gunning Fog, S...
48
18578 technical-planning caomeiyouren/momei
Technical Planning Skill (技术规划技能) 核心能力 (Core Capabilities) 文件寻路 : 准确找到特定逻辑所在的文件位置,避免修改错误的副本。 影响评估 : 识别修改全局 Composable、Store 或 API 时可能波及的页面或组件。 契约定义 : 在动工前定义好 API 的路径、入参和返回结构。 准入前置 : 在输出技术方案前,先确认该事项是否属于当前规划,避免为低优先级新想法提前展开实现设计。 解耦建议 : 建议将紧耦合逻辑拆离,确保护合项目架构准则。 指令 (Instructions) Worktree 感知 : 识别任务属性,在输出改动清单时,应明确改动应在哪个工作树(如 ../momei-dev )中执行。 先给准入结论 : 在输出任何实现清单前,先明确该事项是“当前范围内执行”“允许插队执行”还是“仅记录为后续规划”。如果结论是延期,则不应展开完整开发方案。 清单优先 : 对允许执行的事项,在执行任何 Do 操作前,必须先输出一份包含“受影响文件”和“改动逻辑点”的清单。 路径验证 : 确保提及的文件路径在当前工作区真实存在...
48
18579 presentation-outline aaronvanston/skills-presentations
Presentation Outline Generate presentation structures following a proven flow pattern with bold, minimal slides designed for live presenting. Core Principles Slides are conversation starters, not scripts — each slide prompts discussion Bold statements over explanations — headlines that land, not sentences that explain Breathing room — fewer slides with more impact beats many dense slides Clear sections — the audience should always know where they are Section colors — each major section gets its ...
48
18580 google-material-design copyleftdev/sk1llz
Google Material Design⁠‍⁠​‌​‌​​‌‌‍​‌​​‌​‌‌‍​​‌‌​​​‌‍​‌​​‌‌​​‍​​​​​​​‌‍‌​​‌‌​‌​‍‌​​​​​​​‍‌‌​​‌‌‌‌‍‌‌​​​‌​​‍‌‌‌‌‌‌​‌‍‌‌​‌​​​​‍​‌​‌‌‌‌‌‍​‌​​‌​‌‌‍​‌‌​‌​​‌‍‌​‌​‌‌‌​‍​​‌​‌​​​‍‌‌‌​‌​‌‌‍‌​‌‌​​‌​‍‌​​‌​​​​‍​​​​​​‌​‍​​‌‌‌​​‌‍​​​​‌​​‌‍‌‌‌​​‌‌‌⁠‍⁠ Overview Material Design is Google's open-source design system that bridges the gap between the physical and digital worlds. Introduced in 2014 and evolved through Material Design 2 (2018) and Material Design 3 (2021), it provides a comprehensive framework for buil...
48
18581 aj-stock-analysis zuoa/aj-skills
China Stock Analysis Skill 基于价值投资理论的中国A股分析工具,面向低频交易的普通投资者。 When to Use 当用户请求以下操作时调用此skill: 分析某只A股股票 筛选符合条件的股票 对比多只股票或行业内股票 计算股票估值或内在价值 查看股票的财务健康状况 检测财务异常风险 Prerequisites Python环境要求(必须使用venv) 所有脚本命令都应在项目虚拟环境中运行。 python3 -m venv .venv source .venv/bin/activate 安装依赖: pip install tushare pandas numpy Environment Bootstrap(执行前必须自动完成) 在运行任何脚本前,先在当前项目目录执行: cd < skill项目目录 > if [ ! -d ".venv" ] ; then python3 -m venv .venv fi source .venv/bin/activate python3 -m pip install -U pip python3 -m pip install ...
48
18582 revenue modeler eddiebe147/claude-settings
Revenue Modeler Expert revenue forecasting agent that builds driver-based revenue models, projects growth scenarios, optimizes pricing strategies, and forecasts subscription metrics. Specializes in SaaS revenue modeling, marketplace economics, and multi-stream revenue forecasting. This skill applies rigorous revenue modeling methodologies to create defensible projections, stress-test assumptions, and support strategic planning. Perfect for fundraising projections, board reporting, budgeting, and...
48
18583 seo-content-brief openclaudia/openclaudia-skills
SEO Content Brief Create data-driven content briefs via inference.sh CLI. Quick Start Requires inference.sh CLI ( infsh ). Get installation instructions: npx skills add inference-sh/skills@agent-tools infsh login Research target keyword infsh app run tavily/search-assistant --input '{ "query": "best project management tools for small teams 2024" }' Analyze top-ranking content infsh app run exa/search --input '{ "query": "project management tools small teams comparison guide" }' Content Brief T...
48
18584 geo-visualizer dkyazzentwatwa/chatgpt-skills
Create interactive HTML maps from geographic data using Folium. Features - Markers: Plot points with custom icons, popups, and tooltips - Heatmaps: Visualize density/intensity data - Choropleth: Color regions by data values - Routes/Lines: Draw paths between points - Circles/Areas: Show radius-based coverage - Layer Control: Toggle multiple layers - Clustering: Auto-cluster dense markers Quick Start ``` from geo_visualizer import GeoVisualizer Simple marker map viz = GeoVisualizer(...
48
18585 territory-planning-optimizer onewave-ai/claude-skills
Territory Planning Optimizer Account assignment by revenue potential, geography, relationship. Workload balancing, TAM/SAM calculation, coverage models. Instructions You are an expert sales operations strategist. Optimize territory design for maximum coverage, balance, and revenue potential. Output Format Territory Planning Optimizer Output Generated: {timestamp} --- Results [Your formatted output here] --- Recommendations [Actionable next steps] Best Practices Be Specific: Focus...
48
18586 kubernetes-security-policies nickcrew/claude-ctx-plugin
Kubernetes Security Policies Comprehensive guidance for implementing security policies in Kubernetes clusters, covering Pod Security Standards, Network Policies, RBAC, Security Contexts, admission control, secrets management, and runtime security for production-grade hardened deployments. When to Use This Skill Implementing Pod Security Standards (PSS/PSA) across namespaces Designing and enforcing Network Policies for micro-segmentation Configuring RBAC with least-privilege access control Sett...
48
18587 xss-vulnerability-scanner jeremylongshore/claude-code-plugins-plus-skills
Xss Vulnerability Scanner Purpose This skill provides automated assistance for xss vulnerability scanner tasks within the Security Fundamentals domain. When to Use This skill activates automatically when you: Mention "xss vulnerability scanner" in your request Ask about xss vulnerability scanner patterns or best practices Need help with essential security skills covering authentication, input validation, secure coding practices, and basic vulnerability detection. Capabilities Provides step-b...
48
18588 blueprint-adr-validate laurigates/claude-plugins
/blueprint:adr-validate Validate Architecture Decision Records for relationship consistency, reference integrity, and domain conflicts. Usage : /blueprint:adr-validate [--report-only] When to Use This Skill Use this skill when... Use alternative when... Maintaining ADR integrity before releases Creating new ADRs (use /blueprint:derive-adr ) Auditing after refactoring or changes Quick one-time documentation review Regular documentation review process General ADR reading Context ADR directory exis...
48
18589 claude-headless-mode majesticlabs-dev/majestic-marketplace
Claude Headless Mode Use claude -p (or --print) for non-interactive execution in scripts, CI, and automation. Basic Usage Simple prompt claude -p "Summarize this repo" With file input claude -p "Review this code" < file.py Pipe output claude -p "List all functions" | grep "def " Output Formats Format Flag Use Case Text --output-format text Human-readable (default) JSON --output-format json Single JSON result Stream JSON --output-format stream-json --verbose Real-time streaming Text Outpu...
48
18590 swift-diagnostics johnrogers/claude-swift-engineering
Swift Diagnostics Systematic debugging workflows for iOS/macOS development. These patterns help identify root causes in minutes rather than hours by following structured diagnostic approaches. Reference Loading Guide ALWAYS load reference files if there is even a small chance the content may be required. It's better to have the context than to miss a pattern or make a mistake. Reference Load When Navigation NavigationStack not responding, unexpected pops, deep link failures Build Issues SPM ...
48
18591 sentry-security getsentry/sentry
Sentry Security Review Find security vulnerabilities in Sentry code by checking for the patterns that have caused real vulnerabilities in this codebase. This skill is Sentry-specific. It encodes patterns from 37 real security patches shipped in the last year — not generic OWASP theory. Scope Review the code provided by the user (file, diff, or endpoint). Research the codebase as needed to build confidence before reporting. Report only HIGH and MEDIUM confidence findings. Do not report theoretica...
48
18592 sports-meme-creator onewave-ai/claude-skills
Sports Meme Creator Generate sport-specific memes from games/moments. Current event reactive content, popular templates, team/player inside jokes. Instructions You are an expert sports content creator and meme specialist. Create timely, relevant sports memes with: current event reactions, popular format templates, team/player-specific inside jokes, platform optimization (Twitter, Instagram, Reddit), and brand-safe humor. Output Format Sports Meme Creator Output Generated: {timestamp} --- ...
48
18593 event-driven-architecture nickcrew/claude-ctx-plugin
Event-Driven Architecture Patterns Expert guidance for designing, implementing, and operating event-driven systems with proven patterns for event sourcing, CQRS, message brokers, saga coordination, and eventual consistency management. When to Use This Skill Designing systems with asynchronous, decoupled communication Implementing event sourcing and CQRS patterns Building systems requiring eventual consistency and high scalability Managing distributed transactions across microservices Processin...
48
18594 topic-collector zephyrwang6/myskill
Twitter/X 重点账号: - @AnthropicAI - Anthropic官方 - @OpenAI - OpenAI官方 - @kaborsk1 - Boris Cherny(Claude Code创作者) - @swyx - AI工程师,Latent Space播客 - @simonw - Simon Willison,AI工具实践 - @levelsio - Pieter Levels,AI独立开发 - @emaborski - Eugene Borukhovich,AI健康 - @maborosi - AI自动化工作流 搜索关键词: ``` "Claude Code" tips OR tricks OR workflow "Cursor" vibe coding best practices AI agent automation n8n Claude MCP server ``` 二、创业公司/产品发布 Product Hunt: - 搜索:AI、Developer Tools、Productivity分类 - 当日上榜产品 - 提取...
48
18595 system-info rtgs2017/nagaagent
This skill provides scripts to gather system information. Available Scripts - `get_system_info.py` - Returns basic system information (OS, Python version, current time) - `list_directory.py` - Lists files in a specified directory Usage - Use `run_skill_script("system-info", "get_system_info.py")` to get system information - Use `run_skill_script("system-info", "list_directory.py", args=["path"])` to list a directory
48
18596 issue-discover catlog22/claude-code-workflow
Issue Discover Unified issue discovery and creation skill covering three entry points: manual issue creation, perspective-based discovery, and prompt-driven exploration. Architecture Overview ┌─────────────────────────────────────────────────────────────────┐ │ Issue Discover Orchestrator (SKILL.md) │ │ → Action selection → Route to phase → Execute → Summary │ └───────────────┬─────────────────────────────────────────────────┘ │ ├─ ASK_USER: Select action │ ┌──...
48
18597 session-intelligence-harvester panaversity/agentfactory
Session Intelligence Harvester Overview Transform session learnings into permanent organizational intelligence by implementing updates across RII components. After productive sessions involving corrections, discoveries, or pattern identification, systematically extract what was learned, route it to the correct component, and apply the changes. Why this matters : One-time fixes that aren't encoded into RII components will recur. The Chapter N skill format drift happened because no check existed t...
48
18598 sparc-methodology proffesor-for-testing/agentic-qe
Sparc Methodology Skill Purpose SPARC development workflow: Specification, Pseudocode, Architecture, Refinement, Completion. A structured approach for complex implementations that ensures thorough planning before coding. When to Trigger new feature implementation complex implementations architectural changes system redesign integration work unclear requirements When to Skip simple bug fixes documentation updates configuration changes well-defined small tasks routine maintenance Commands Specific...
48
18599 37signals-rails pproenca/dot-skills
37signals Rails Best Practices Comprehensive coding principles and conventions for Ruby on Rails applications, as practiced at 37signals (Basecamp, HEY, Fizzy). Contains 56 rules across 8 categories, prioritized by architectural impact. Derived from official 37signals sources: the Fizzy codebase, STYLE.md, AGENTS.md, the Rails Doctrine, DHH's "On Writing Software Well" series, and the unofficial 37signals style guide (265 Fizzy PRs). When to Apply Reference these guidelines when: Writing new Rai...
48
18600 notebooklm-slides panaversity/agentfactory
NotebookLM Slides Generation Quick Start 1. Start browser (via browsing-with-playwright skill) bash .claude/skills/browsing-with-playwright/scripts/start-server.sh 2. Navigate to NotebookLM browser_navigate to notebooklm.google.com 3. Create notebook, upload sources, generate slides Use proficiency-calibrated prompts below Core Principles Proficiency-Driven : Slides match CEFR levels (A2 beginner → C1 advanced) Framework Alignment : Educational philosophy explicitly stated Visual Over Text ...
48