flow▌
21 indexed skills · max 10 per page
institutional-flow-tracker
tradermonty/claude-trading-skills · Productivity
This skill tracks institutional investor activity through 13F SEC filings to identify "smart money" flows into and out of stocks. By analyzing quarterly changes in institutional ownership, you can discover stocks that sophisticated investors are accumulating before major price moves, or identify potential risks when institutions are reducing positions.
react-flow-advanced
existential-birds/beagle · Frontend
react-flow-advanced
go-control-flow
cxuu/golang-skills · Backend
Read references/SWITCH-PATTERNS.md when using switch statements, type switches, or break with labels
inngest-flow-control
inngest/inngest-skills · Productivity
Master Inngest flow control mechanisms to manage resources, prevent overloading systems, and ensure application reliability. This skill covers all flow control options with prescriptive guidance on when and how to use each.
asc-release-flow
rudrankriyam/asc-skills · Productivity
Use this skill when the real question is "Can my app be ready to submit?" and then guide the user through the shortest path to a clean App Store submission, especially for first-time releases.
sf-flow
jaganpro/sf-skills · Productivity
Use this skill when the user needs Flow design or Flow XML work: record-triggered, screen, autolaunched, scheduled, or platform-event Flows, including validation, architecture choices, and safe deployment sequencing.
asc-release-flow
rudrankriyam/app-store-connect-cli-skills · Productivity
End-to-end release workflows for TestFlight and App Store distribution. \n \n Supports iOS, macOS, visionOS, and tvOS with platform-specific build formats ( .ipa for iOS/visionOS/tvOS, .pkg for macOS) \n One-command publishing via asc publish testflight or asc publish appstore , or manual multi-step workflows for granular control \n Includes build upload, version attachment, TestFlight group distribution, and App Store submission with optional polling and confirmation \n Requires valid credentia
gh-issue-fix-flow
dimillian/skills · Productivity
Resolve a GitHub issue from intake through fix, validation, and push using gh, local edits, XcodeBuildMCP, and git.
react-flow-code-review
existential-birds/beagle · Frontend
Problem: Causes all nodes to re-mount on every render.
git-flow-branch-creator
github/awesome-copilot · Productivity
Analyzes git changes and creates semantic Git Flow branches automatically based on change type. \n \n Inspects staged and unstaged changes via git status and git diff to determine branch category: feature, release, or hotfix \n Generates semantic branch names following Git Flow conventions (e.g., feature/user-auth , release-1.2.0 , hotfix/security-patch ) \n Branches from the correct source ( develop for features and releases, master for hotfixes) and creates the branch in one command \n Handles