Skip to main content
copyleftdev
ملف منشئ GitHub

copyleftdev

عرض على مستوى المستودعات لـ ١٢٧ skills مجمعة عبر ١٠ مستودعات GitHub.

skills مجمعة
١٢٧
مستودعات
١٠
محدث
٢٢ أغسطس ٢٠٢٦
خريطة المستودعات

أين توجد skills

أهم المستودعات حسب عدد skills المجمعة، مع حصتها من كتالوج هذا المنشئ وانتشارها المهني.

#01
sk1llz
١٠١ skills · ٩ مارس ٢٠٢٦
مطوّرو البرمجياتمحللو ضمان جودة البرمجيات والمختبرونمديرو الشبكات وأنظمة الحاسوبمحللو أمن المعلوماتعلماء البياناتمحللو التمويل والاستثمار
٦ فئات مهنية · ٩٩٪؜ مصنفة
٨٠٪؜الحصة
#02
palimpsest
٨ skills · ١١ أبريل ٢٠٢٦
محللو ضمان جودة البرمجيات والمختبرونمطوّرو البرمجياتمحللو أمن المعلومات
٣ فئات مهنية · ١٠٠٪؜ مصنفة
٦٫٣٪؜الحصة
#03
hook-bin
٨ skills · ٦ فبراير ٢٠٢٦
مطوّرو البرمجياتمحللو ضمان جودة البرمجيات والمختبرون
٢ فئات مهنية · ١٠٠٪؜ مصنفة
٦٫٣٪؜الحصة
#04
kitboga
٤ skills · ١٨ يونيو ٢٠٢٦
المهن الحاسوبية الأخرى
١ فئات مهنية · ١٠٠٪؜ مصنفة
٣٫١٪؜الحصة
#05
kahea
١ skills · ٩ أغسطس ٢٠٢٦
مطوّرو البرمجيات
١ فئات مهنية · ١٠٠٪؜ مصنفة
٠٫٨٪؜الحصة
#06
skbx
١ skills · ٢٨ يوليو ٢٠٢٦
مديرو الشبكات وأنظمة الحاسوب
١ فئات مهنية · ١٠٠٪؜ مصنفة
٠٫٨٪؜الحصة
#07
kalshi-kernel
١ skills · ٢٢ أغسطس ٢٠٢٦
التصنيف قيد الانتظار
٠٫٨٪؜الحصة
#08
nasa-power-of-ten-skill
١ skills · ٨ أغسطس ٢٠٢٦
مطوّرو البرمجيات
١ فئات مهنية · ١٠٠٪؜ مصنفة
٠٫٨٪؜الحصة
نعرض هنا أهم 8 مستودعات؛ تستمر القائمة الكاملة أدناه.
مستكشف المستودعات

المستودعات و skills الممثلة

fielding-rest
مطوّرو البرمجيات

Design network-based software architectures using Roy Fielding's REST principles. Emphasizes the constraints of the web—statelessness, cacheability, uniform interfaces, and HATEOAS. Use when designing web APIs that must endure for decades.

٩ مارس ٢٠٢٦
lane-api-evangelist
مطوّرو البرمجيات

Design APIs using Kin Lane's "API Evangelist" philosophy. Emphasizes Design-First (OpenAPI), governance, treating APIs as products, and the political/business impact of interfaces. Use when building public platforms or large-scale internal ecosystems.

٩ مارس ٢٠٢٦
mendez-async-api
مطوّرو البرمجيات

Design event-driven architectures using Fran Méndez's "AsyncAPI" philosophy. Emphasizes Event-First design, treating message contracts with the same rigor as REST (AsyncAPI spec), and decoupling producers from consumers. Use when building message buses, IoT…

٩ مارس ٢٠٢٦
hashimoto-cli-ux
مطوّرو البرمجيات

Design CLI tools in the style of Mitchell Hashimoto, founder of HashiCorp. Emphasizes consistent command patterns, helpful error messages, progressive disclosure, and machine-readable output. Use when building command-line tools that developers will love.

٩ مارس ٢٠٢٦
helland-distributed-data
مطوّرو البرمجيات

Design scalable data systems in the style of Pat Helland, distributed systems veteran from Tandem, Microsoft, and Amazon. Emphasizes life beyond distributed transactions, idempotency, and practical patterns for data at scale. Use when building systems that…

٩ مارس ٢٠٢٦
pavlo-database-performance
مطوّرو البرمجيات

Optimize databases in the style of Andy Pavlo, CMU professor and database performance expert. Emphasizes understanding internals, benchmarking rigorously, and making informed architectural choices. Use when tuning query performance, designing storage engines,…

٩ مارس ٢٠٢٦
stonebraker-database-architecture
مطوّرو البرمجيات

Design databases in the style of Michael Stonebraker, Turing Award winner and creator of Ingres, Postgres, VoltDB, and Vertica. Emphasizes clean architecture, separation of OLTP/OLAP, and building systems that last decades. Use when designing database…

٩ مارس ٢٠٢٦
s2-geometry-spatial-indexing
مطوّرو البرمجيات

Index and query geospatial data using Google's S2 Geometry library. Emphasizes hierarchical cell decomposition, Hilbert curves for locality preservation, and efficient spatial operations on spherical geometry. Use when building location-based services,…

٩ مارس ٢٠٢٦
عرض 8 من أصل ١٠١ skills مجمعة.
crawl-verify
مطوّرو البرمجيات

Verify determinism of a crawl by running it twice with the same seed and comparing artifacts. Use after implementing or modifying frontier, fetch, or artifact code.

١١ أبريل ٢٠٢٦
envelope-audit
محللو ضمان جودة البرمجيات والمختبرون

Audit ExecutionEnvelope implementations for completeness and immutability. Use when modifying the envelope crate or reviewing fetch code that constructs envelopes.

١١ أبريل ٢٠٢٦
frontier-sim
مطوّرو البرمجيات

Simulate deterministic frontier scheduling for a set of URLs and seeds. Use to verify ordering, politeness, and priority behavior without performing actual fetches.

١١ أبريل ٢٠٢٦
invariant-check
محللو ضمان جودة البرمجيات والمختبرون

Audit Rust source code against Palimpsest's Six Laws. Use when reviewing code changes, before commits, or when asked to verify invariant compliance across the codebase.

١١ أبريل ٢٠٢٦
replay-test
محللو ضمان جودة البرمجيات والمختبرون

Run replay fidelity tests — verify that stored artifacts can reconstruct the original HTTP exchange, DOM state, and resource graph. Use after modifying artifact, storage, or replay crates.

١١ أبريل ٢٠٢٦
sentinel
مطوّرو البرمجيات

Monitor Anthropic public changes — docs, SDK releases, API updates, status incidents. Use to check for recent changes that may affect this project's tooling, dependencies, or AI-native output capabilities.

١١ أبريل ٢٠٢٦
shadow-compare
محللو ضمان جودة البرمجيات والمختبرون

Compare Palimpsest shadow-mode output against legacy crawlers (Heritrix, Brozzler, Warcprox). Use during Phase 1 migration to validate artifact equivalence.

١١ أبريل ٢٠٢٦
threat-model
محللو أمن المعلومات

Perform threat modeling on Palimpsest components. Use when adding new features, modifying trust boundaries, or reviewing security posture of fetch/replay/storage layers.

١١ أبريل ٢٠٢٦
beck-test-driven-development
محللو ضمان جودة البرمجيات والمختبرون

Develop software in the style of Kent Beck, creator of Test-Driven Development and Extreme Programming. Emphasizes red-green-refactor, tests-first design, small steps, and emergent architecture. Use when writing new features, refactoring legacy code, or…

٦ فبراير ٢٠٢٦
bellard-minimalist-wizardry
مطوّرو البرمجيات

Write systems software in the style of Fabrice Bellard, creator of QEMU, FFmpeg, TinyCC, and JSLinux. Emphasizes extreme minimalism, solo mastery of complex domains, and making the impossible seem simple. Use when building emulators, compilers, codecs, or any…

٦ فبراير ٢٠٢٦
bos-concurrency-rust
مطوّرو البرمجيات

Write Rust code in the style of Mara Bos, Rust library team lead and author of "Rust Atomics and Locks." Emphasizes low-level concurrency, atomics, and understanding the memory model. Use when writing concurrent or lock-free code.

٦ فبراير ٢٠٢٦
tigerbeetle-deterministic-simulation
محللو ضمان جودة البرمجيات والمختبرون

Test distributed systems in the style of TigerBeetle and Joran Dirk Greef, using deterministic simulation and time compression. Emphasizes controlling all non-determinism, simulating years of operation in minutes, and finding bugs that would take decades to…

٦ فبراير ٢٠٢٦
gray-transaction-systems
مطوّرو البرمجيات

Design data systems using Jim Gray's principles of transaction processing and fault tolerance. Emphasizes ACID properties, recovery mechanisms, and the science of making systems reliable. Use when building databases, payment systems, or any system where data…

٦ فبراير ٢٠٢٦
matsakis-ownership-mastery
مطوّرو البرمجيات

Write Rust code in the style of Niko Matsakis, Rust language team lead. Emphasizes deep understanding of ownership, lifetimes, and the borrow checker. Use when working with complex lifetime scenarios or designing APIs that interact with the ownership system.

٦ فبراير ٢٠٢٦
torvalds-kernel-pragmatism
مطوّرو البرمجيات

Write systems code in the style of Linus Torvalds, creator of Linux and Git. Emphasizes pragmatic excellence, performance awareness, subsystem design, and uncompromising code review. Use when writing kernel-level code or high-performance systems.

٦ فبراير ٢٠٢٦
turon-api-design
مطوّرو البرمجيات

Write Rust code in the style of Aaron Turon, former Rust team lead. Emphasizes API design, async Rust, and ecosystem architecture. Use when designing public APIs, async systems, or library interfaces.

٦ فبراير ٢٠٢٦
عرض ١٠ من أصل ١٠ مستودعات
تم تحميل كل المستودعات