Skip to main content
تشغيل أي مهارة في Manus
بنقرة واحدة
مستودع GitHub

solana-skills

يحتوي solana-skills على 46 من skills المجمعة من SanctifiedOps، مع تغطية مهنية على مستوى المستودع وصفحات skill داخل الموقع.

skills مجمعة
46
Stars
3
محدث
2026-01-22
Forks
0
التغطية المهنية
11 فئات مهنية · 100% مصنفة
مستكشف المستودعات

Skills في هذا المستودع

automation-governance
محللو أمن المعلومات

Governance and guardrails for automation/bots: permissions, logging, kill-switches, and ethics. Use before deploying bots that move funds or post publicly.

2026-01-22
launch-alert-bot
متخصصو المخاطر المالية

Build a bot that detects new Solana launches (mints/LPs) and sends safe alerts. Use for discovery and monitoring without shilling scams.

2026-01-22
social-signal-bot
محللو أبحاث السوق ومتخصصو التسويق

Automate posting/monitoring social signals (X/Telegram) with rate-limit awareness and safe templates. Use for content cadence or alerts.

2026-01-22
trading-bot-architecture
مطوّرو البرمجيات

Design and build Solana trading bots - execution engine, position management, risk controls, and operational infrastructure. Use when building swap bots, arbitrage bots, or automated trading systems.

2026-01-22
wallet-monitoring-bot
مطوّرو البرمجيات

Build a Solana wallet monitoring bot (inflows/outflows, threshold alerts) with safe rate limits and privacy guardrails. Use for treasury monitoring, whale tracking, or security alerts.

2026-01-22
anchor-project-scaffold
مطوّرو البرمجيات

Set up a production-ready Anchor workspace: program/client layout, env config, testing, and build hygiene. Use when starting new Anchor projects or re-baselining repos.

2026-01-22
common-anchor-errors-debugger
مطوّرو البرمجيات

Troubleshoot frequent Anchor runtime errors: discriminator mismatch, constraint failures, account deserialization, and CPI issues. Use when tests or txs fail with Anchor errors.

2026-01-22
compressed-nfts-basics
مطوّرو البرمجيات

Build with Solana compressed NFTs (cNFTs) - Merkle trees, minting at scale, transfers, and metadata. Use when creating large NFT collections or reducing mint costs.

2026-01-22
instruction-design-and-validation
مطوّرو البرمجيات

Design Solana/Anchor instructions with clear inputs, constraints, authority checks, and invariants. Use when defining or reviewing instruction APIs.

2026-01-22
pda-design-playbook
مطوّرو البرمجيات

Patterns for designing PDAs: seed strategy, collision avoidance, upgrade considerations, and bump handling. Use when creating or auditing PDAs.

2026-01-22
program-security-basics
محللو أمن المعلومات

Baseline security checklist for Solana programs: authority checks, input validation, upgrade keys, unsafe patterns, and attack surfaces. Use for design reviews and pre-deploy audits.

2026-01-22
solana-account-model
مطوّرو البرمجيات

Expert guide to Solana's account model: ownership, signers, rent, PDAs, CPIs, and state layout decisions. Use when modeling accounts, auditing account flows, or debugging account-related errors.

2026-01-22
upgrade-vs-immutable-decision
محللو أمن المعلومات

Framework for deciding whether to keep a Solana program upgradeable or make it immutable, including trust, operations, and governance tradeoffs. Use before deployment or key rotation.

2026-01-22
frontend-security-basics
محللو أمن المعلومات

Secure Solana frontends against phishing, bad prompts, and unsafe signing requests. Use for audits of wallet UX and dApp sites.

2026-01-22
reading-onchain-state
مطوّرو الويب

Patterns for reading Solana on-chain state efficiently: getAccountInfo, getProgramAccounts, caching, and reactivity. Use for frontends and services.

2026-01-22
transaction-signing-and-feedback
مطوّرو الويب

Design transaction signing UX on Solana: pending/confirmed states, retries, fee prompts, and error messaging. Use when building tx flows.

2026-01-22
wallet-connection-ux
مطوّرو البرمجيات

Best practices for Solana wallet connect flows (Phantom, Solflare, Backpack): connect/disconnect, state handling, error UX, safety prompts, and edge-case handling. Use when building or reviewing frontend wallet UX.

2026-01-22
cost-planning-for-solana-apps
مديرو الشبكات وأنظمة الحاسوب

Estimate and control costs for Solana apps: RPC, indexing, storage, bots, and on-chain fees. Use for budgeting and scaling.

2026-01-22
indexing-strategy
مصممو قواعد البيانات

Decide when and how to index Solana data vs direct RPC reads. Covers event design, backfill, storage, and performance. Use for data architecture decisions.

2026-01-22
jito-bundles-and-priority-fees
مطوّرو البرمجيات

Master Jito bundles for MEV protection and priority fee optimization on Solana - bundle submission, tip strategies, and transaction landing. Use for trading bots, high-priority transactions, and MEV-aware applications.

2026-01-22
monitoring-and-alerting
مديرو الشبكات وأنظمة الحاسوب

Monitoring plan for Solana apps: RPC health, tx success, program errors, and liquidity signals. Use to set up dashboards and alerts.

2026-01-22
rpc-selection-and-resilience
مديرو الشبكات وأنظمة الحاسوب

Playbook for selecting Solana RPC providers and building resilient client access (fallbacks, timeouts, rate limits, caching, cost control). Use when designing infra or debugging RPC issues.

2026-01-22
webhooks-and-event-processing
مديرو الشبكات وأنظمة الحاسوب

Design webhook/event pipelines for Solana activity with idempotency, dedupe, retries, and ordering. Use when consuming RPC/webhook feeds.

2026-01-22
fair-launch-patterns
مطوّرو البرمجيات

Operational patterns for fair token launches: definitions, mechanics, tradeoffs, and execution steps. Use when planning fair/transparent launches.

2026-01-22
launch-readiness-checklist
مديرو الشبكات وأنظمة الحاسوب

End-to-end pre-flight checklist for launching a Solana token/app: infra, wallets, liquidity, comms, security, and rollback planning. Use before mainnet launch or major release.

2026-01-22
liquidity-and-price-dynamics-explainer
محللو أبحاث السوق ومتخصصو التسويق

Explain Solana AMM liquidity, slippage, volatility, and LP mechanics for tokens. Use to brief teams or design initial liquidity.

2026-01-22
post-launch-stabilisation-playbook
مديرو الشبكات وأنظمة الحاسوب

Stabilize a token/dApp after launch: monitoring, comms, liquidity adjustments, and product milestones. Use during first 72 hours and beyond.

2026-01-22
sniper-dynamics-and-mitigation
محللو أمن المعلومات

Understand sniper bots in Solana launches and implement defensive measures without harming fair access. Use before token or LP go-live.

2026-01-22
community-ops-playbook
محللو أبحاث السوق ومتخصصو التسويق

Moderate and grow Solana communities (TG/Discord): rules, mod actions, FUD handling, legitimacy cues. Use for community operations.

2026-01-22
launch-announcement-structures
محللو أبحاث السوق ومتخصصو التسويق

Templates for Solana launch announcements: X threads, pinned TG messages, FAQs with addresses and disclosures. Use for Day 0 comms.

2026-01-22
memecoin-narrative-engine
الكتّاب والمؤلفون

Build a meme narrative system: frames, symbols, story arcs, and content hooks tailored for Solana memecoins. Use for brand/story development.

2026-01-22
post-launch-content-cadence
محللو أبحاث السوق ومتخصصو التسويق

Plan content cadence day 0�30 after launch: updates, proofs, community loops, and ethical hype management. Use to keep attention sustainably.

2026-01-22
post-launch-token-ops
محللو التمويل والاستثمار

Runbook for token operations after launch: treasury moves, unlock communications, LP adjustments, and monitoring. Use for weeks 1�4 post launch.

2026-01-22
spl-token-create-and-configure
مطوّرو البرمجيات

SOP for creating and configuring SPL tokens: mint creation, authorities, decimals, freeze/mint revoke flows, multisig custody, and validation steps. Use for new token setup or authority changes.

2026-01-22
token-2022-extensions
مطوّرو البرمجيات

Implement Token-2022 (Token Extensions) features - transfer fees, permanent delegate, metadata pointer, confidential transfers, and more. Use when creating advanced tokens or analyzing Token-2022 tokens.

2026-01-22
token-authority-and-risk
محللو أمن المعلومات

Evaluate and configure SPL token authorities (mint/freeze/close) with risk implications and best practices. Use for audits, rotations, or disclosures.

2026-01-22
token-distribution-planning
محللو التمويل والاستثمار

Plan wallet splits, allocations, vesting, and transparency for SPL token launches. Use when designing distribution charts or multisig treasuries.

2026-01-22
tokenomics-design-for-memecoins
محللو التمويل والاستثمار

Craft pragmatic tokenomics for Solana memecoins: supply narrative, burns/sinks, incentives, and realism checks. Use during concepting and pre-launch docs.

2026-01-22
jupiter-swap-integration
محللو التمويل والاستثمار

Integrate Jupiter aggregator for swaps - API usage, route optimization, slippage handling, and frontend/bot implementation. Use when building swap UIs or trading bots.

2026-01-22
pump-fun-mechanics
محللو التمويل والاستثمار

Deep technical understanding of pump.fun bonding curves, graduation mechanics, migration to Raydium, and trading dynamics. Use for building, analyzing, or trading pump.fun tokens.

2026-01-22
عرض أهم 40 من أصل 46 skills مجمعة في هذا المستودع.