███████╗██╗ ██╗██╗██╗ ██╗ ██████╗ █████╗ ███╗ ██╗██╗ ██╗
██╔════╝██║ ██╔╝██║██║ ██║ ██╔══██╗██╔══██╗████╗ ██║██║ ██╔╝
███████╗█████╔╝ ██║██║ ██║ ██████╔╝███████║██╔██╗ ██║█████╔╝
╚════██║██╔═██╗ ██║██║ ██║ ██╔══██╗██╔══██║██║╚██╗██║██╔═██╗
███████║██║ ██╗██║███████╗███████╗ ██║ ██║██║ ██║██║ ╚████║██║ ██╗
╚══════╝╚═╝ ╚═╝╚═╝╚══════╝╚══════╝ ╚═╝ ╚═╝╚═╝ ╚═╝╚═╝ ╚═══╝╚═╝ ╚═╝
Agent Skills 排行榜 · 关键词 + 语义搜索
| # | Skill | 仓库 | 描述 | 安装量 |
|---|---|---|---|---|
| 7251 | extract | alirezarezvani/claude-skills |
Identify reusable patterns, components, and design tokens, then extract and consolidate them into the design system for systematic reuse. Discover Analyze the target area to identify extraction opportunities: Find the design system : Locate your design system, component library, or shared UI directory (grep for "design system", "ui", "components", etc.). Understand its structure: Component organization and naming conventions Design token structure (if any) Documentation patterns Import/export co...
|
1.6K |
| 7252 | promote | alirezarezvani/claude-skills |
/si:promote — Graduate Learnings to Rules Moves a proven pattern from Claude's auto-memory into the project's rule system, where it becomes an enforced instruction rather than a background note. Usage /si:promote <pattern description> Auto-detect best target /si:promote <pattern> --target claude.md Promote to CLAUDE.md /si:promote <pattern> --target rules/testing.md Promote to scoped rule /si:promote <pattern> --target rules/api.md --paths "src/api//*.ts" ...
|
1.6K |
| 7253 | pr-triage | xtone/ai_development_tools |
PRトリアージ PRの変更内容を分析し、後続のコードレビューフェーズに必要な情報を構造化して出力するスキルです。 軽量モデル(Haiku)での実行を想定しており、CI環境でのコスト最適化に寄与します。 手順 gh pr view <PR番号> --json title,body,headRefName,baseRefName,changedFiles でPR情報を取得 gh pr diff <PR番号> --name-only で変更ファイル一覧を取得 差分の取得( changedFilesが15以上の場合、手順3はスキップしてファイル名とPR説明のみで分析する ): changedFilesが15未満の場合のみ gh pr diff <PR番号> でコード差分を取得 表層チェックが必要なファイル(.ts, .js, .tsx, .jsx)が多い場合は個別に gh pr diff <PR番号> -- <file> で取得 .pr-review-state.json が存在するか確認する(前回レビュー状態) 以下の分析を行う: 変更ファイルのカテゴリ分類(added/modified/d...
|
1.6K |
| 7254 | day2-supplement-mcp | ai-native-camp/camp-1 |
Day 2 보충: MCP 딥다이브 이 스킬이 호출되면 아래 STOP PROTOCOL 을 반드시 따른다. STOP PROTOCOL — 절대 위반 금지 이 프로토콜은 이 스킬의 최우선 규칙이다. 아래 규칙을 위반하면 수업이 망가진다. 각 블록은 반드시 2턴에 걸쳐 진행한다 ┌─ Phase A (첫 번째 턴) ──────────────────────────────┐ │ 1. references/에서 해당 블록 파일의 EXPLAIN 섹션을 읽는다 │ │ 2. 기능을 설명한다 │ │ 3. references/에서 해당 블록 파일의 EXECUTE 섹션을 읽는다 │ │ 4. "지금 직접 실행해보세요"라고 안내한다 │ │ 5. ⛔ 여기서 반드시 STOP. 턴을 종료한다. │ │ ...
|
1.6K |
| 7255 | gstack-workflow-assistant | aradotso/trending-skills |
gstack Workflow Assistant Skill by ara.so — Daily 2026 Skills collection Transform Claude Code from a generic assistant into a team of specialists you can summon on demand. Eight opinionated workflow skills that act as CEO, Engineering Manager, Release Manager, and QA Engineer with slash commands for planning, review, shipping, and testing. What It Does gstack provides specialized AI personas and workflows: CEO Review : Rethink problems and find the 10-star product hiding in requests Engineering...
|
1.6K |
| 7256 | frontend-skill | openai/skills |
frontend-skill Curated from OpenAI's skills repository. What it does Create visually strong landing pages, websites, and app UIs with restrained composition. OpenAI's production frontend playbook. Source Upstream: https://github.com/openai/skills Category: design-systems How to use This catalogue entry advertises the skill in Open Design so the agent discovers it during planning. To run the full upstream workflow with its original assets, scripts, and references, install the upstream bundle into...
|
1.6K |
| 7257 | generating-apex | forcedotcom/afv-library |
Generating Apex Use this skill for production-grade Apex: new classes, selectors, services, async jobs, invocable methods, and triggers; and for evidence-based review of existing .cls OR .trigger . Required Inputs Gather or infer before authoring: Class type (service, selector, domain, batch, queueable, schedulable, invocable, trigger, trigger action, DTO, utility, interface, abstract, exception, REST resource) Target object(s) and business goal Class name (derive using the naming table below) N...
|
1.6K |
| 7258 | playwright-scraper | alphaonedev/openclaw-graph |
playwright-scraper Purpose This skill enables web scraping using Playwright, a Node.js library for browser automation. It focuses on handling dynamic content, authentication flows, pagination, data extraction, and screenshots to reliably scrape modern websites. When to Use Use this skill for scraping sites with JavaScript-rendered content (e.g., React or Angular apps), sites requiring login (e.g., dashboards), handling multi-page results (e.g., search results), or capturing visual data (e.g., sc...
|
1.6K |
| 7259 | browserstack | alirezarezvani/claude-skills |
BrowserStack Integration Run Playwright tests on BrowserStack's cloud grid for cross-browser and cross-device testing. Prerequisites Environment variables must be set: BROWSERSTACK_USERNAME — your BrowserStack username BROWSERSTACK_ACCESS_KEY — your access key If not set, inform the user how to get them from browserstack.com/accounts/settings and stop. Capabilities 1. Configure for BrowserStack /pw:browserstack setup Steps: Check current playwright.config.ts Add BrowserStack connect options: // ...
|
1.6K |
| 7260 | generating-apex-test | forcedotcom/afv-library |
Generating Apex Tests Generate production-ready Apex test classes and run disciplined test-fix loops with coverage analysis. Core Principles One behavior per method — each test method validates a single scenario. Separate positive, negative, and bulk tests. NEVER combine related-but-distinct inputs (e.g., null and empty) in one method — create _NullInput_ and _EmptyInput_ as separate test methods Bulkify tests — test with 251+ records to cross the 200-record trigger batch boundary. Batch Apex ex...
|
1.6K |
| 7261 | setup-sandbox | recoupable/setup-sandbox |
Setup Sandbox Create the folder structure for the connected account's organizations and artists. Environment RECOUP_ACCOUNT_ID — The account ID to fetch data for. Only needed when using an Org API Key. When using a Personal API Key, omit the --account flag and the CLI will use the authenticated account automatically. Steps Check if RECOUP_ACCOUNT_ID is set. If set, use --account $RECOUP_ACCOUNT_ID on all CLI commands below. If not set, omit the --account flag. Run recoup orgs list --json [--acco...
|
1.6K |
| 7262 | status | alirezarezvani/claude-skills |
Check Research Status Run ID: $ARGUMENTS parallel-cli research status " $ARGUMENTS " --json If CLI not found, tell user to run /parallel:setup .
|
1.6K |
| 7263 | generating-flow | forcedotcom/afv-library |
Goal Generate Salesforce Flow metadata by running the required 3-step MCP pipeline (fetchGroundedObjectMetadata → flowElementSelection → flowElementGeneration) and return the flow XML. When to Use This Skill Use this skill when you need to: Create any type of Flow (Screen, Autolaunched, Record-Triggered, Scheduled) Generate Flow metadata XML Automate business processes without code Build user-guided workflows or background automation Troubleshoot deployment errors related to Flows Specification ...
|
1.6K |
| 7264 | release-management | recoupable/release-management |
Music Release Management Manage music release campaigns using RELEASE.md as the single source of truth. Folder Structure Releases live inside an artist workspace under releases/ . The full path from the sandbox root: orgs/{org}/ └── artists/ └── {artist-slug}/ └── releases/ └── {release-slug}/ └── RELEASE.md Use lowercase-kebab-case for release slugs (e.g. blue-slide-park , debut-ep ). Example: orgs/recoup-records/artists/gatsby-grace/releases/adhd-ep/ └── RELEASE.md Step 1: Identify the Release...
|
1.6K |
| 7265 | generating-custom-field | forcedotcom/afv-library |
When to Use This Skill Use this skill when you need to: Create custom fields on any object Generate field metadata for any field type Set up relationship fields (Lookup or Master-Detail) Create formula or roll-up summary fields Troubleshoot deployment errors related to custom fields Salesforce Custom Field Generator and Validator Overview Generate and validate Salesforce Custom Field metadata with mandatory constraints to prevent deployment errors. This skill has special focus on the highest-fai...
|
1.6K |
| 7266 | flutter-architecture | madteacher/mad-agents-skills |
Flutter Architecture Overview Provides architectural guidance and best practices for building scalable Flutter applications using MVVM pattern, layered architecture, and recommended design patterns from the Flutter team. Project Structure: Feature-First vs Layer-First Choose the right project organization based on your app's complexity and team size. Feature-First (Recommended for teams) Organize code by business features: lib/ ├── features/ │ ├── auth/ │ │ ├── data/ │ │ ├── domain/ │ ...
|
1.6K |
| 7267 | shannon-ai-pentester | aradotso/trending-skills |
Shannon AI Pentester Skill by ara.so — Daily 2026 Skills collection. Shannon is an autonomous, white-box AI pentester for web applications and APIs. It reads your source code to identify attack vectors, then executes real exploits (SQLi, XSS, SSRF, auth bypass, authorization flaws) against a live running application — only reporting vulnerabilities with a working proof-of-concept. How It Works Reconnaissance — Nmap, Subfinder, WhatWeb, and Schemathesis scan the target Code Analysis — Shannon rea...
|
1.6K |
| 7268 | generating-custom-object | forcedotcom/afv-library |
When to Use This Skill Use this skill when you need to: Create new custom objects Generate custom object metadata XML Configure object sharing and security settings Set up object features and capabilities Troubleshoot deployment errors related to custom objects Specification 1. Overview and Purpose This document defines the mandatory constraints for generating CustomObject metadata XML ( .object-meta.xml file). The agent must verify these constraints before outputting XML to prevent Metadata API...
|
1.6K |
| 7269 | generating-permission-set | forcedotcom/afv-library |
When to Use This Skill Use when generating or editing permission set metadata, or when granting object, field, user, and app permissions. Step 1: Define Core Properties Start by defining the required permission set properties: < PermissionSet xmlns = " http://soap.sforce.com/2006/04/metadata " > < fullName > YourPermissionSetName </ fullName > < label > Display Name for Administrators </ label > < description > Clear description of purpose and intended audience </ description > </ PermissionSet ...
|
1.6K |
| 7270 | planning-under-uncertainty | refoundai/lenny-skills |
Planning Under Uncertainty Help the user navigate product planning when the future is unclear using adaptive planning frameworks from 44 product leaders. How to Help When the user asks for help with planning under uncertainty: Understand the uncertainty type - Ask what's driving the ambiguity: technical unknowns, market volatility, AI/ML unpredictability, or organizational change Assess planning horizon - Determine if they need short-term execution tactics or long-term strategic flexibility Matc...
|
1.6K |
| 7271 | migrate | alirezarezvani/claude-skills |
Migrate to AgentControl You're using a skill that will guide you through migrating an application from hardcoded LLM prompts to a full LaunchDarkly AgentControl implementation. Your job is to run the migration in five stages , stopping at each stage for the user to confirm: Audit the code — read-only scan that produces a structured list of everything hardcoded (prompt, model, parameters, tools, app-scoped knobs). Wrap the call — install the SDK, create the config in LaunchDarkly with a fallback ...
|
1.6K |
| 7272 | running-design-reviews | refoundai/lenny-skills |
Running Design Reviews Help the user run effective design reviews and critiques using frameworks from 8 product leaders. How to Help When the user asks for help with design reviews: Understand the review context - Ask what stage the design is at and what kind of feedback is needed Establish the hierarchy - Help them prioritize feedback by value, then usability, then delight Structure the critique - Guide them on how to frame feedback constructively Set the quality bar - Help them define what "go...
|
1.6K |
| 7273 | platform-strategy | refoundai/lenny-skills |
Platform Strategy Help the user design and execute platform business strategies using frameworks from 24 product leaders who have built and scaled platforms. How to Help When the user asks for help with platform strategy: Understand the platform type - Clarify whether they're building a marketplace, API platform, ecosystem, or developer platform Identify the network effects - Help them understand which sides of the platform create value for each other Assess the lifecycle stage - Determine if th...
|
1.6K |
| 7274 | working-backwards | refoundai/lenny-skills |
Working Backwards Help the user apply the working backwards methodology using frameworks and insights from 12 product leaders. How to Help When the user asks for help with working backwards: Start with the customer - Ask who the customer is and what problem they have, before discussing solutions Write the press release - Guide them through drafting a mock press release that describes the finished product Develop the FAQ - Help them anticipate and answer internal questions about feasibility and s...
|
1.6K |
| 7275 | post-mortems-retrospectives | refoundai/lenny-skills |
Post-mortems & Retrospectives Help the user run effective post-mortems and retrospectives that drive genuine learning using frameworks from 11 product leaders. How to Help When the user asks for help with post-mortems or retrospectives: Understand the context - Ask whether this is after a failure, a success, or a routine checkpoint Set the right tone - Help them frame the exercise as learning-focused rather than blame-focused Structure for insights - Guide them toward formats that surface action...
|
1.6K |
| 7276 | platform-infrastructure | refoundai/lenny-skills |
Platform Infrastructure Help the user design and scale internal platforms and shared technical infrastructure using insights from 5 product and engineering leaders. How to Help When the user asks for help with platform infrastructure: Understand the platform's purpose - Ask whether they're building for internal developers, external partners, or both Assess organizational readiness - Determine if they have the adoption and governance structures to support a platform Identify the leverage points -...
|
1.6K |
| 7277 | cross-functional-collaboration | refoundai/lenny-skills |
Cross-functional Collaboration Help the user work effectively across functions using frameworks from 57 product leaders who have built high-performing cross-functional teams at companies from Linear to Airbnb. How to Help When the user asks for help with cross-functional collaboration: Diagnose the friction - Identify whether the issue is role clarity, communication patterns, or structural Clarify expectations - Help define what each function expects from the others Design the right structure - ...
|
1.6K |
| 7278 | coaching-pms | refoundai/lenny-skills |
Coaching Product Managers Help the user develop and coach product managers using frameworks from 3 product leaders who have scaled PM organizations at top companies. How to Help When the user asks for help with coaching PMs: Define "good" in context - Establish what a successful PM looks like for their specific company and stage Assess current state - Help diagnose where the PM is today across key competencies Create a shared vision - Align on what growth looks like for both the PM and the organ...
|
1.6K |
| 7279 | building-sales-team | refoundai/lenny-skills |
Building Sales Team Help the user build and scale a high-performing sales organization using frameworks from 14 product leaders who have built sales teams from zero to scale. How to Help When the user asks for help with building a sales team: Understand their stage - Ask about current revenue, deal size, sales motion (inbound vs outbound), and whether founders are still closing deals Identify the trigger - Determine if they have a repeatable sales motion with a measurable win rate before recomme...
|
1.6K |
| 7280 | scoping-cutting | refoundai/lenny-skills |
Scoping & Cutting Help the user scope projects and cut features effectively using frameworks from 15 product leaders. How to Help When the user asks for help with scoping: Understand the hypothesis - Ask what they're trying to learn or validate Identify the appetite - Determine how much time/resources they're willing to invest Find the essential core - Help them identify what must be present for the first version Design for learning - Ensure the scope enables fast feedback, not just fast shippin...
|
1.6K |
| 7281 | evaluating-candidates | refoundai/lenny-skills |
Evaluating Candidates Help the user make stronger hiring decisions using battle-tested frameworks from 94 product leaders. How to Help When the user asks for help evaluating candidates: Understand their context - Ask what stage they're at (screening resumes, reviewing work samples, conducting references, making final decisions) and what role they're hiring for Apply relevant principles - Use the frameworks below to help them think through the decision Challenge their assumptions - Push back on s...
|
1.6K |
| 7282 | managing-timelines | refoundai/lenny-skills |
Managing Timelines Help the user set and hit realistic project timelines using approaches from 13 product leaders. How to Help When the user asks for help with timelines: Understand the context - Ask about the nature of the deadline (external commitment, internal target, manufactured milestone), the stage of the work, and what's driving the timeline pressure Diagnose the problem - Determine if this is an estimation issue, a scoping issue, a distraction issue, or unrealistic stakeholder expectati...
|
1.6K |
| 7283 | testrail | alirezarezvani/claude-skills |
TestRail Integration Bidirectional sync between Playwright tests and TestRail test management. Prerequisites Environment variables must be set: TESTRAIL_URL — e.g., https://your-instance.testrail.io TESTRAIL_USER — your email TESTRAIL_API_KEY — API key from TestRail If not set, inform the user how to configure them and stop. Capabilities 1. Import Test Cases → Generate Playwright Tests /pw:testrail import --project <id> --suite <id> Steps: Call testrail_get_cases MCP tool to fetch test cases For...
|
1.6K |
| 7284 | organizational-design | refoundai/lenny-skills |
Organizational Design Help the user design effective organizational structures using frameworks from 2 product leaders. How to Help When the user asks for help with organizational design: Understand their context - Ask about their current structure, company stage, what problem they're trying to solve, and what trade-offs they're willing to make Identify the core trade-off - Help them see the spectrum between centralized (Apple-style) and decentralized (Amazon-style) models Evaluate options - Wal...
|
1.6K |
| 7285 | shipping-products | refoundai/lenny-skills |
Shipping Products Help the user ship products effectively using frameworks and insights from 47 product leaders. How to Help When the user asks for help with shipping: Understand the blocker - Ask what is preventing the ship: scope, quality concerns, dependencies, or organizational friction Assess the context - Determine if this is a new product, feature iteration, or infrastructure change Challenge timelines - Apply the 'maximally accelerated' principle to identify the critical path Guide quali...
|
1.6K |
| 7286 | energy-management | refoundai/lenny-skills |
Energy Management Help the user manage their energy for sustained performance using frameworks from 5 product leaders who have optimized their personal productivity and avoided burnout. How to Help When the user asks for help with energy management: Diagnose the current state - Help them identify what's draining vs energizing them Audit their calendar - Review how they're spending time and categorize by energy impact Design for their superpowers - Help them spend more time in their zone of geniu...
|
1.6K |
| 7287 | having-difficult-conversations | refoundai/lenny-skills |
Having Difficult Conversations Help the user navigate tough conversations with courage and skill using frameworks from 43 product leaders. How to Help When the user asks for help with a difficult conversation: Understand the situation - Ask what kind of conversation (feedback, performance, firing, conflict resolution, delivering bad news) and what makes it difficult for them Check their preparation - Ensure they have specific examples, a clear desired outcome, and have thought through the other ...
|
1.6K |
| 7288 | writing-job-descriptions | refoundai/lenny-skills |
Writing Job Descriptions Help the user write effective job descriptions using frameworks and insights from 6 product leaders. How to Help When the user asks for help with job descriptions: Define success first - Ask what success looks like 12 months after the hire, not what tasks they'll do Identify the spike - Determine the one or two areas where this person needs to excel (not everything) Write for progress - Frame the role around the progress to be made, not a list of arbitrary tasks Consider...
|
1.6K |
| 7289 | managing-tech-debt | refoundai/lenny-skills |
Managing Tech Debt Help the user manage technical debt strategically using insights from 18 product leaders. How to Help When the user asks for help with tech debt: Understand the situation - Ask about the nature of the debt (legacy systems, code quality, architectural limitations), how it's manifesting (slow velocity, incidents, inability to ship), and the business context Diagnose the urgency - Determine if this is blocking critical business needs or a slower-burning issue Choose the right app...
|
1.6K |
| 7290 | evaluating-new-technology | refoundai/lenny-skills |
Evaluating New Technology Help the user evaluate emerging technologies using frameworks from 22 product leaders who have made critical technology decisions at companies from Google to Shopify. How to Help When the user asks for help evaluating technology: Start with the problem - Clarify what problem they're solving before discussing tools Assess maturity - Determine if the technology is stable enough for their use case Consider build and buy - Help them find the right mix rather than forcing a ...
|
1.6K |
| 7291 | running-effective-meetings | refoundai/lenny-skills |
Running Effective Meetings Help the user run more effective meetings using frameworks from 40 product leaders. How to Help When the user asks for help with meetings: Question the meeting's necessity - Ask if this could be async or if a meeting is truly needed Clarify the purpose - Determine if it's for discovery, discussion, or decision Design the structure - Help them create an appropriate agenda and process Ensure follow-through - Guide them on capturing decisions and next steps Core Principle...
|
1.6K |
| 7292 | delegating-work | refoundai/lenny-skills |
Delegating Work Help the user delegate effectively using frameworks from 38 product leaders who have scaled themselves and their organizations. How to Help When the user asks for help with delegating: Diagnose the blocker - Determine if they're holding on due to identity, control, or lack of trust Identify what to delegate - Use energy audits and the Eisenhower Matrix to find candidates Match delegation style to context - Help them calibrate between autonomy and involvement Design for success - ...
|
1.6K |
| 7293 | partnership-bd | refoundai/lenny-skills |
Partnership & BD Help the user build strategic partnerships and business development deals using insights from 9 product leaders. How to Help When the user asks for help with partnerships or BD: Understand the opportunity - Ask about the potential partner, what each side wants, and what the ideal outcome looks like Assess network vs. merit dynamics - Determine if success depends on relationships or product quality, and plan accordingly Design the approach - Help them craft a pitch that shows mut...
|
1.6K |
| 7294 | negotiating-offers | refoundai/lenny-skills |
Negotiating Offers Help the user negotiate job offers and compensation using strategies from 3 product leaders. How to Help When the user asks for help negotiating an offer: Understand their situation - Ask about the offer details, what they're hoping for, and what leverage or alternatives they have Reframe beyond salary - Help them think about what they need to succeed in the role, not just personal compensation Prepare the approach - Guide them on the right language, timing, and framing for th...
|
1.6K |
| 7295 | flows-code-review | cognitedata/builder-skills |
No SKILL.md available for this skill. View on GitHub
|
1.6K |
| 7296 | onboarding-new-hires | refoundai/lenny-skills |
Onboarding New Hires Help the user onboard new team members effectively using approaches from 14 product leaders. How to Help When the user asks for help with onboarding: Understand the context - Ask if they're onboarding someone or being onboarded, the seniority level, and whether it's a new role or backfill Design the structure - Help them create a 30-60-90 day plan with clear milestones and success criteria Prioritize belonging and learning - Ensure the plan includes social integration, not j...
|
1.6K |
| 7297 | organizational-transformation | refoundai/lenny-skills |
Organizational Transformation Help the user transform their organization toward modern product practices using insights from 2 product leaders. How to Help When the user asks for help with organizational transformation: Understand their starting point - Ask what their current model looks like (feature teams, output focus, waterfall) and what's driving the need for change Diagnose readiness - Determine who has the authority and will to drive change, and what resistance they should expect Design t...
|
1.6K |
| 7298 | building-team-culture | refoundai/lenny-skills |
Building Team Culture Help the user build and sustain high-performing team culture using frameworks from 138 product leaders who have shaped cultures at companies from startups to Google and Airbnb. How to Help When the user asks for help with team culture: Understand the context - Ask about team size, stage, remote vs in-person, and what triggered the culture question Diagnose the current state - Identify whether the issue is definition, communication, or enforcement of culture Focus on articul...
|
1.6K |
| 7299 | engineering-culture | refoundai/lenny-skills |
Engineering Culture Help the user build strong engineering culture using frameworks from 19 product leaders who have built high-performing engineering organizations. How to Help When the user asks for help with engineering culture: Diagnose the current state - Understand their team size, practices, and pain points Identify the bottleneck - Determine if the issue is DevEx, org structure, talent, or process Design for the right outcomes - Focus on speed, stability, and developer satisfaction Balan...
|
1.6K |
| 7300 | asc-wall-submit | rudrankriyam/app-store-connect-cli-skills |
asc wall submit Use this skill to add or update a Wall of Apps entry with the built-in CLI flow. When to use User wants to submit an app to the Wall of Apps User wants to update an existing Wall of Apps entry User asks for the exact Wall submission flow Required inputs Use one of these input paths: Standard App Store flow: app ID Manual/pre-release flow: link plus name Submission workflow Show more Installs 1.5K Repository rorkai/app-stor…i-skills GitHub Stars 904 First Seen Apr 17, 2026 Securit...
|
1.6K |